Stopped root Makefile all target from building html and pdf.
This commit is contained in:
2
Makefile
2
Makefile
@@ -16,8 +16,6 @@ HTMLFILES= $(RSTFILES:.txt=.html)
|
|||||||
LATEXFILES= $(RSTFILES:.txt=.tex)
|
LATEXFILES= $(RSTFILES:.txt=.tex)
|
||||||
PDFFILES= $(RSTFILES:.txt=.pdf)
|
PDFFILES= $(RSTFILES:.txt=.pdf)
|
||||||
|
|
||||||
all: html pdf
|
|
||||||
|
|
||||||
html: $(HTMLFILES)
|
html: $(HTMLFILES)
|
||||||
cd man && $(MAKE) $@
|
cd man && $(MAKE) $@
|
||||||
latex: $(LATEXFILES)
|
latex: $(LATEXFILES)
|
||||||
|
|||||||
Reference in New Issue
Block a user