Disabled building PDF by default.

This commit is contained in:
Joel Sherrill
1999-10-06 17:59:37 +00:00
parent 13fb3051d7
commit a446d4554d

View File

@@ -6,7 +6,7 @@ include Make.config
BASEDIR=$(shell pwd) BASEDIR=$(shell pwd)
all: env info html ps pdf all: env info html ps #pdf
# find $(WWW_INSTALL) -type f | xargs -e chmod 444 # find $(WWW_INSTALL) -type f | xargs -e chmod 444
# find $(WWW_INSTALL) -type d | xargs -e chmod 555 # find $(WWW_INSTALL) -type d | xargs -e chmod 555