Stopped root Makefile all target from building html and pdf.

This commit is contained in:
Svend Sorensen
2004-09-27 02:10:26 +00:00
parent 7cc2126718
commit 1dc0e278f9

View File

@@ -16,8 +16,6 @@ HTMLFILES= $(RSTFILES:.txt=.html)
LATEXFILES= $(RSTFILES:.txt=.tex)
PDFFILES= $(RSTFILES:.txt=.pdf)
all: html pdf
html: $(HTMLFILES)
cd man && $(MAKE) $@
latex: $(LATEXFILES)