File: make

package info (click to toggle)
denemo 2.6.39-0.3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 66,228 kB
  • sloc: ansic: 94,371; lisp: 38,489; xml: 22,630; python: 1,930; sh: 1,239; makefile: 642; yacc: 288; sed: 93
file content (15 lines) | stat: -rwxr-xr-x 1,062 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
html:  
	xsltproc --output  denemo-manual.html --stringparam  admon.graphics 1 --stringparam html.stylesheet  denemo.css /usr/share/xml/docbook/stylesheet/nwalsh/xhtml/docbook.xsl  denemomanual.xml

chunk:
	xsltproc --output  manualoutchunk.html --stringparam  admon.graphics 1  --stringparam html.stylesheet  denemo.css /usr/share/xml/docbook/stylesheet/nwalsh/xhtml/chunk.xsl denemomanual.xml

pdf:   
	xsltproc  --output  denemo-manual.fo  --stringparam  fop.extensions 	./mycustomfils.xsl 	denemomanual.xml
	fop.sh  -fo  manualout.fo  -pdf  manualout.pdf
	acroread  manualout.pdf
075
	xsltproc --output denemo-manual.html --stringparam  admon.graphics 1 --stringparam html.stylesheet  denemo.css --stringparam profile.revision "0.75" /usr/share/xml/docbook/stylesheet/nwalsh/xhtml/profile-docbook.xsl denemomanual.xml

076	
	xsltproc --output denemo-manual.html --stringparam  admon.graphics 1 --stringparam html.stylesheet  denemo.css --stringparam profile.revision "0.76" /usr/share/xml/docbook/stylesheet/nwalsh/xhtml/profile-docbook.xsl denemomanual.xml