Skip to content

Commit

Permalink
Remove unnecessary checks for apps now used through dblatex.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed May 1, 2009
1 parent 2099d83 commit e9bc179
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
3 changes: 0 additions & 3 deletions docs-xml/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand All @@ -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

Expand Down
2 changes: 0 additions & 2 deletions docs-xml/Makefile.settings.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Programs
XSLTPROC = @XSLTPROC@
XMLLINT = @XMLLINT@
DVIPS = @DVIPS@
PNGTOPNM = @PNGTOPNM@
EPSTOPNM = @EPSTOPNM@
PNMTOPNG = @PNMTOPNG@
Expand Down Expand Up @@ -37,7 +36,6 @@ DOCBOOKDIR = tmp
PSDIR = $(OUTPUTDIR)
FOPDFDIR = $(OUTPUTDIR)/fo-pdf
PDFDIR = $(OUTPUTDIR)
DVIDIR = $(OUTPUTDIR)
FODIR = $(OUTPUTDIR)
HTMLHELPDIR = $(OUTPUTDIR)/htmlhelp
PEARSONDIR = $(OUTPUTDIR)/pearson
Expand Down
12 changes: 1 addition & 11 deletions docs-xml/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ AC_SUBST(DOC_BUILD_DATE)

DOCS_TARGET_REQUIRE_PROGRAM(XSLTPROC, xsltproc, ALL)
DOCS_TARGET_REQUIRE_PROGRAM(RM, rm, ALL)
dnl DOCS_TARGET_REQUIRE_PROGRAM(DIA, dia, LATEX)
dnl DOCS_TARGET_REQUIRE_PROGRAM(DIA, dia, PS)
dnl DOCS_TARGET_REQUIRE_PROGRAM(DIA, dia, PDF)
dnl DOCS_TARGET_REQUIRE_PROGRAM(DIA, dia, HTML)
dnl DOCS_TARGET_REQUIRE_PROGRAM(DIA, dia, HTMLHELP)
dnl DOCS_TARGET_REQUIRE_PROGRAM(DIA, dia, PEARSON)
Expand Down Expand Up @@ -43,14 +40,9 @@ DOCS_TARGET_REQUIRE_PROGRAM(INKSCAPE, inkscape, FOPDF)
# fi
#fi

DOCS_TARGET_REQUIRE_PROGRAM(MAKEINDEX, makeindex, LATEX)
DOCS_TARGET_REQUIRE_PROGRAM(PDFLATEX, pdflatex, PDF)
DOCS_TARGET_REQUIRE_PROGRAM(EPSTOPDF, epstopdf, PDF)
DOCS_TARGET_REQUIRE_PROGRAM(THUMBPDF, thumbpdf, PDF)
DOCS_TARGET_REQUIRE_PROGRAM(PNGTOPNM, pngtopnm, PS)
DOCS_TARGET_REQUIRE_PROGRAM(PNMTOPS, pnmtops, PS)
DOCS_TARGET_REQUIRE_PROGRAM(LATEX, latex, PS)
DOCS_TARGET_REQUIRE_PROGRAM(DVIPS, dvips, PS)
DOCS_TARGET_REQUIRE_PROGRAM(DBLATEX, dblatex, LATEX)
DOCS_TARGET_REQUIRE_PROGRAM(PLUCKERBUILD, plucker-build, PLUCKER)
DOCS_TARGET_REQUIRE_PROGRAM(HTML2TEXT, html2text, TXT)
Expand All @@ -65,9 +57,7 @@ AC_MSG_RESULT([Summary:])
AC_MSG_RESULT([--------------])

DOCS_DEFINE_TARGET(ALL, [], [base requirements], [])
DOCS_DEFINE_TARGET(LATEX, ALL, [LaTeX versions], [tex])
DOCS_DEFINE_TARGET(PDF, LATEX, [PDF versions], [pdf])
DOCS_DEFINE_TARGET(PS, LATEX, [PostScript versions], [ps])
DOCS_DEFINE_TARGET(LATEX, ALL, [LaTeX versions], [tex ps pdf])
DOCS_DEFINE_TARGET(HTML, ALL, [HTML versions], [html])
DOCS_DEFINE_TARGET(HTMLHELP, ALL, [HTML Help versions], [htmlhelp])
DOCS_DEFINE_TARGET(HTMLMAN, ALL, [HTML versions of the manpages], [htmlman3])
Expand Down

0 comments on commit e9bc179

Please sign in to comment.