[Synopsis-cvs] CVS: Synopsis/docs/Manual bg.png,1.1 Makefile,1.5 synopsis-html.css,1.2

Stephen Davies chalky at users.sourceforge.net
Sat Mar 15 16:28:05 UTC 2003


Update of /cvsroot/synopsis/Synopsis/docs/Manual
In directory sc8-pr-cvs1:/tmp/cvs-serv32301

Modified Files:
	Makefile synopsis-html.css 
Added Files:
	bg.png 
Log Message:
Use background image from website


Index: Makefile
===================================================================
RCS file: /cvsroot/synopsis/Synopsis/docs/Manual/Makefile,v
retrieving revision 1.1
retrieving revision 1.5
diff -C2 -d -r1.1 -r1.5
*** Makefile	18 Nov 2002 11:50:20 -0000	1.1
--- Makefile	16 Mar 2003 00:27:13 -0000	1.5
***************
*** 3,7 ****
  SYNOPSIS	:= ../../bin/synopsis
  
! XMLFILES	:= synopsis.xml preface.xml intro.xml config.xml
  
  .PHONY:	all html pdf clean
--- 3,7 ----
  SYNOPSIS	:= ../../bin/synopsis
  
! XMLFILES	:= synopsis.xml
  
  .PHONY:	all html pdf clean
***************
*** 9,25 ****
  all:	html pdf
  
! html:	index.html
  
  pdf:	synopsis.pdf
  
  clean:
! 	rm -f *.html *.pdf
  
  config.xml:	../../Synopsis/Config.py
! 	$(SYNOPSIS) -p Python -Wp,-b,../../Synopsis/ -f DocBook -Wf,-d,-m -o config.xml ../../Synopsis/Config.py.in
  
! index.html:	$(XMLFILES)
! 	docbook2html synopsis.xml
  
  synopsis.pdf:	$(XMLFILES)
  	docbook2pdf synopsis.xml
--- 9,36 ----
  all:	html pdf
  
! html:	html/index.html
  
  pdf:	synopsis.pdf
  
  clean:
! 	rm -rf html *.pdf
  
  config.xml:	../../Synopsis/Config.py
! 	$(SYNOPSIS) -p Python -Wp,-b,../../Synopsis/ -Wl,-p,javatags -f DocBook -Wf,-d,-m -o config.xml ../../Synopsis/Config.py.in
  
! # The following rules use xsltproc (specifically the xmlto wrapper)
  
+ html/index.html:	$(XMLFILES)
+ 	xmlto --skip-validation -o html -m synopsis-html.xsl html synopsis.xml && \
+ 	    cp synopsis-html.css bg.png html/
+ 
+ #synopsis.pdf:	$(XMLFILES)
+ #	xmlto pdf synopsis.xml
+ 
+ ## The following rules use Jade (specifically the docbook2 wrapper)
+ #
+ #html/index.html:	$(XMLFILES)
+ #	docbook2html -o html synopsis.xml
+ #
  synopsis.pdf:	$(XMLFILES)
  	docbook2pdf synopsis.xml

***** Bogus filespec: synopsis-html.css,1.2




More information about the Synopsis-changes mailing list