diff docs/os9sysprog/makefile @ 41:d6fa13b66b87

Minor tweaks. PS and PDF output doesn't work anymore, but docbook2rtf and docbook2html do work.
author roug
date Wed, 17 Apr 2002 19:19:24 +0000
parents 3cf41d86d998
children 87fe15316ccc
line wrap: on
line diff
--- a/docs/os9sysprog/makefile	Wed Apr 17 17:59:43 2002 +0000
+++ b/docs/os9sysprog/makefile	Wed Apr 17 19:19:24 2002 +0000
@@ -1,11 +1,10 @@
 SRC=os9sysprog
-#STYLESHEET=
 STYLESHEET=docbook-utils.dsl
 
 all: $(SRC).html
 
 $(SRC).pdf: $(SRC).docbook $(STYLESHEET)
-	 docbook2pdf -d $(STYLESHEET) $(SRC).docbook
+	 docbook2pdf $(SRC).docbook
 
 $(SRC).ps: $(SRC).docbook $(STYLESHEET)
 	 docbook2ps $(SRC).docbook