aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Documentation/Makefile1
-rw-r--r--Documentation/debconf7/Makefile16
2 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index 84b7309..2ef2d5b 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -7,6 +7,7 @@
# po4a
# dblatex
+# the main XML file which is source to all documents
MASTERXML=pbuilder-doc.xml
all: pbuilder-doc.html pbuilder-doc.ja.html
diff --git a/Documentation/debconf7/Makefile b/Documentation/debconf7/Makefile
new file mode 100644
index 0000000..f728918
--- /dev/null
+++ b/Documentation/debconf7/Makefile
@@ -0,0 +1,16 @@
+SOURCE:=$(wildcard pb*.tex)
+DVIFILES:=$(SOURCE:%.tex=%.dvi)
+PDFFILES:=$(SOURCE:%.tex=%.pdf)
+
+all: $(PDFFILES)
+
+%.pdf: %.dvi
+ dvipdfmx $<
+
+%.dvi: %.tex
+ latex $<
+ latex $<
+ latex $<
+
+clean:
+ -rm *~ *.log *.aux