Skip to Content.
Sympa Menu

perfsonar-dev - nmwg: r313 - trunk/nmwg/doc/dLS

Subject: perfsonar development work

List archive

nmwg: r313 - trunk/nmwg/doc/dLS


Chronological Thread 
  • From:
  • To: ,
  • Subject: nmwg: r313 - trunk/nmwg/doc/dLS
  • Date: Mon, 17 Dec 2007 13:03:34 -0500

Author: zurawski
Date: 2007-12-17 13:03:34 -0500 (Mon, 17 Dec 2007)
New Revision: 313

Removed:
trunk/nmwg/doc/dLS/fop.jar
trunk/nmwg/doc/dLS/saxon8.jar
Modified:
trunk/nmwg/doc/dLS/Makefile
Log:
Removing unused files.

Changing makefile to disable PDF creation.

-jason



Modified: trunk/nmwg/doc/dLS/Makefile
===================================================================
--- trunk/nmwg/doc/dLS/Makefile 2007-12-17 17:56:34 UTC (rev 312)
+++ trunk/nmwg/doc/dLS/Makefile 2007-12-17 18:03:34 UTC (rev 313)
@@ -1,17 +1,17 @@
-FOP=/usr/local/fop/fop
+#FOP=/usr/local/fop/fop
FILE=dLS_spec
VERSION=1.0
HTMLSHEET=/usr/share/xml/docbook/stylesheet/nwalsh/xhtml/docbook.xsl
-FOSHEET=/usr/share/xml/docbook/stylesheet/nwalsh/fo/docbook.xsl
+#FOSHEET=/usr/share/xml/docbook/stylesheet/nwalsh/fo/docbook.xsl

all: clean html pdf

html: clean
xsltproc -o $(FILE).html --stringparam appendix.autolabel A
--stringparam chapter.autolabel 1 --stringparam part.autolabel I
--stringparam reference.autolabel I --stringparam section.autolabel 1
--stringparam toc.section.depth 5 --stringparam section.autolabel.max.depth 5
$(HTMLSHEET) $(FILE).xml

-pdf: clean
- xsltproc -o $(FILE).fo --stringparam appendix.autolabel A
--stringparam chapter.autolabel 1 --stringparam part.autolabel I
--stringparam reference.autolabel I --stringparam section.autolabel 1
--stringparam section.autolabel.max.depth 5 --stringparam toc.section.depth 5
$(FOSHEET) $(FILE).xml
- $(FOP) -fo $(FILE).fo -pdf $(FILE).pdf
+#pdf: clean
+# xsltproc -o $(FILE).fo --stringparam appendix.autolabel A
--stringparam chapter.autolabel 1 --stringparam part.autolabel I
--stringparam reference.autolabel I --stringparam section.autolabel 1
--stringparam section.autolabel.max.depth 5 --stringparam toc.section.depth 5
$(FOSHEET) $(FILE).xml
+# $(FOP) -fo $(FILE).fo -pdf $(FILE).pdf

clean:
rm -frd $(FILE).html $(FILE).fo $(FILE).pdf

Deleted: trunk/nmwg/doc/dLS/fop.jar

Deleted: trunk/nmwg/doc/dLS/saxon8.jar



  • nmwg: r313 - trunk/nmwg/doc/dLS, svnlog, 12/17/2007

Archive powered by MHonArc 2.6.16.

Top of Page