diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-12-10 21:35:50 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-12-10 21:35:50 +0100 |
commit | 0cbd772a245b420fb84761dd8addbf0f45bb4013 (patch) | |
tree | ec843bc2c449736271b94903ed67fb0e6e06264d /buildlib/environment.mak.in | |
parent | 3e2f480d7ad43f565bf2253fc598c2b80a22560f (diff) | |
parent | 49012e99a80a08925e4ad9911308c1c1b5cb33fb (diff) |
merged -r1901..1911 from lp:~donkult/apt/sid
Diffstat (limited to 'buildlib/environment.mak.in')
-rw-r--r-- | buildlib/environment.mak.in | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/buildlib/environment.mak.in b/buildlib/environment.mak.in index b3afca0ad..fdac3e6c3 100644 --- a/buildlib/environment.mak.in +++ b/buildlib/environment.mak.in @@ -9,8 +9,6 @@ CPPFLAGS+= @CPPFLAGS@ @DEFS@ -D_REENTRANT -Wall CXX = @CXX@ CXXFLAGS+= @CXXFLAGS@ NUM_PROCS = @NUM_PROCS@ -GLIBC_VER = @GLIBC_VER@ -LIBSTDCPP_VER = @LIBSTDCPP_VER@ # Linker stuff PICFLAGS+= -fPIC -DPIC @@ -30,13 +28,7 @@ DEBIANDOC_TEXT = @DEBIANDOC_TEXT@ DOXYGEN = @DOXYGEN@ -# SGML for the man pages -DOCBOOK2MAN := @DOCBOOK2MAN@ - -# XML for the man pages -XMLTO := @XMLTO@ - -# po4a for the man pages +# xsltproc for the man pages XSLTPROC := @XSLTPROC@ # po4a for the man pages |