Update of /cvsroot/refdb/refdb/examples
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4561/examples
Modified Files:
Tag: Release_0_9_5_stable
Makefile.template
Log Message:
fixed doctype vs. doctypeswitch typos;make all for db31x now produces only pdf and xhtml
Index: Makefile.template
===================================================================
RCS file: /cvsroot/refdb/refdb/examples/Makefile.template,v
retrieving revision 1.8.2.4
retrieving revision 1.8.2.5
diff -u -U2 -r1.8.2.4 -r1.8.2.5
--- Makefile.template 26 Dec 2005 22:09:31 -0000 1.8.2.4
+++ Makefile.template 8 Apr 2006 21:28:59 -0000 1.8.2.5
@@ -44,11 +44,11 @@
transformscript = <transformscript>
-ifeq ($(doctype),db31x)
-all: pdf rtf html xhtml
+ifeq ($(doctypeswitch),db31x)
+all: pdf xhtml
else
all: ps pdf rtf html-dsssl
endif
-ifeq ($(doctype),db31x)
+ifeq ($(doctypeswitch),db31x)
dist: pdfdist rtfdist htmldist xhtmldist
else
@@ -56,5 +56,5 @@
endif
-ifeq ($(doctype),db31x)
+ifeq ($(doctypeswitch),db31x)
rtfarg = "-f jfor"
else
|