From e5994b0d535d87684eb82320e103329c5d2047ee Mon Sep 17 00:00:00 2001 From: Kevin Rosenberg Date: Wed, 26 Nov 2003 02:12:56 +0000 Subject: [PATCH] Only build HTML [not PDF] on default build --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index b98923c..93fe3fb 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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 -- 1.7.10.4