chiark / gitweb /
further cleanups in the section about picking the distribution
[developers-reference.git] / Makefile
index 4056d3518db9c14de8b313b12e2244cfa89d1602..d7a9694af8f16d92d591f8f7938c4546ae193cbb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,9 +11,9 @@ TARGETS               := $(foreach fmt,html txt pdf,developers-reference.$(fmt)) \
                         $(foreach fmt,html txt pdf,developers-reference$(langext).$(fmt))))
 
 # programs for creating output
-DEBIANDOC2HTML := debiandoc2html -d debiandoc.decl -c
-DEBIANDOC2TEXT := debiandoc2text -d debiandoc.decl
-DEBIANDOC2LATEX        := debiandoc2latex -d debiandoc.decl
+DEBIANDOC2HTML := debiandoc2html -c
+DEBIANDOC2TEXT := debiandoc2text
+DEBIANDOC2LATEX        := debiandoc2latex
 
 make_directory := install -d -m 755
 install_file   := install -m 644 -p