Commit d086b683 authored by Fred Drake's avatar Fred Drake

Rules for building the PDF and PostScript versions of the

documentation.
parent 2eb84578
# Rules to convert the documentation to a single PDF file.
.PHONY: default all pdf ps
default: pdf
all: pdf ps
pdf: zconfig.pdf
ps: zconfig.ps
zconfig.pdf: zconfig.tex
mkhowto --pdf $<
zconfig.ps: zconfig.tex
mkhowto --postscript $<
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment