diff docs/os9sysprog/makefile @ 19:2caf0658040d

This is the first cut of the OS-9 Operating System: System Programmer's Manual in Docbook format. There is still a lot to do.
author roug
date Fri, 05 Apr 2002 22:05:31 +0000
parents
children 364868eddbc7
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/docs/os9sysprog/makefile	Fri Apr 05 22:05:31 2002 +0000
@@ -0,0 +1,17 @@
+SRC=os9sysprog
+STYLESHEET=docbook-utils.dsl
+
+$(SRC).pdf: $(SRC).docbook $(STYLESHEET)
+	 docbook2pdf -d $(STYLESHEET) $(SRC).docbook
+
+$(SRC).ps: $(SRC).docbook $(STYLESHEET)
+	 docbook2ps -d $(STYLESHEET) $(SRC).docbook
+
+book1.htm: $(SRC).docbook $(STYLESHEET)
+	rm -f *.htm *.html
+#	jade -t sgml -V html-index -d /usr/share/sgml/docbook/dsssl-stylesheets-1.64/html/docbook.dsl $(SRC).docbook
+#	collateindex.pl -p -o index.docbook HTML.index
+	docbook2html -d $(STYLESHEET) $(SRC).docbook
+
+print:
+	psnup -2 $(SRC).ps | lpr