From 1dc0e278f98975a8f65e3823a164b48b7f453d26 Mon Sep 17 00:00:00 2001 From: Svend Sorensen Date: Mon, 27 Sep 2004 02:10:26 +0000 Subject: [PATCH] Stopped root Makefile all target from building html and pdf. --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index bf17cb8..33c3114 100644 --- a/Makefile +++ b/Makefile @@ -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)