From: Kevin Rosenberg Date: Wed, 26 Nov 2003 02:12:56 +0000 (+0000) Subject: Only build HTML [not PDF] on default build X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=e5994b0d535d87684eb82320e103329c5d2047ee;p=sbcl.git Only build HTML [not PDF] on default build --- 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