diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-05-01 18:32:21 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-05-01 22:49:11 +0200 |
commit | e9bc179e0a72da995ca4ce22eddc50465fb68500 (patch) | |
tree | 06920094e254b2738e3025b29153be97da6a4b9f /docs-xml/Makefile | |
parent | 2099d83226e0d2b29f4029f4fcfdadddeb069dda (diff) | |
download | samba-e9bc179e0a72da995ca4ce22eddc50465fb68500.tar.gz samba-e9bc179e0a72da995ca4ce22eddc50465fb68500.tar.bz2 samba-e9bc179e0a72da995ca4ce22eddc50465fb68500.zip |
Remove unnecessary checks for apps now used through dblatex.
Diffstat (limited to 'docs-xml/Makefile')
-rw-r--r-- | docs-xml/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs-xml/Makefile b/docs-xml/Makefile index 7469fbb591..318c00197e 100644 --- a/docs-xml/Makefile +++ b/docs-xml/Makefile @@ -9,7 +9,6 @@ include Makefile.settings # Docs to build MAIN_DOCS = $(patsubst %/index.xml,%,$(wildcard */index.xml)) MANPAGES3 = $(wildcard $(MANPAGEDIR3)/*.?.xml) -export TEXINPUTS=xslt/latex:.: # Lists of files to process MANPAGES_PLUCKER = $(patsubst $(MANPAGEDIR3)/%.xml,$(PLUCKERDIR)/%.pdb,$(MANPAGES3)) @@ -23,11 +22,9 @@ endif ifndef OUTPUTDIR Makefile.settings: configure - @echo Makefile.settings not present, trying to run configure... ./configure configure: configure.ac - @echo configure not present, trying to regenerate it... autoreconf endif |