summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-06 17:59:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-06 17:59:37 +0000
commita446d4554de5eb2bcc2398975d0e97d1f9c82741 (patch)
tree3ff91bbbe5243f99a64313481e094e3edd89870b
parentEnabled images. They appear to work ok for PostScript but not as well (diff)
downloadrtems-a446d4554de5eb2bcc2398975d0e97d1f9c82741.tar.bz2
Disabled building PDF by default.
-rw-r--r--doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 5120e4a223..c289048496 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -6,7 +6,7 @@ include Make.config
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 d | xargs -e chmod 555