Only build HTML [not PDF] on default build
authorKevin Rosenberg <kevin@rosenberg.net>
Wed, 26 Nov 2003 02:12:56 +0000 (02:12 +0000)
committerKevin Rosenberg <kevin@rosenberg.net>
Wed, 26 Nov 2003 02:12:56 +0000 (02:12 +0000)
doc/Makefile

index b98923c..93fe3fb 100644 (file)
@@ -48,7 +48,7 @@ CATALOG:=`pwd`/catalog-${OS}.xml
 CHECK:=XML_CATALOG_FILES="$(CATALOG)" xmllint --noout --xinclude --postvalid $(DOCFILE) || exit 1
 
 .PHONY: all
-all: html pdf 
+all: html 
 
 .PHONY: dist
 dist: html pdf