projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c5c2c2
)
Only build HTML [not PDF] on default build
author
Kevin Rosenberg
<kevin@rosenberg.net>
Wed, 26 Nov 2003 02:12:56 +0000
(
02:12
+0000)
committer
Kevin Rosenberg
<kevin@rosenberg.net>
Wed, 26 Nov 2003 02:12:56 +0000
(
02:12
+0000)
doc/Makefile
patch
|
blob
|
history
diff --git
a/doc/Makefile
b/doc/Makefile
index
b98923c
..
93fe3fb
100644
(file)
--- 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