You are viewing a plain text version of this content. The canonical link for it is here.
Posted to websh-cvs@tcl.apache.org by da...@apache.org on 2002/08/01 18:51:49 UTC

cvs commit: tcl-websh/doc Makefile

davidw      2002/08/01 09:51:49

  Modified:    doc      Makefile
  Log:
  Added commented targets for other builds.  Necessary to turn chunking
  on/off to make a single html file and thus a text file.
  
  Revision  Changes    Path
  1.8       +13 -2     tcl-websh/doc/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /home/cvs/tcl-websh/doc/Makefile,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- Makefile	28 Jul 2002 19:08:37 -0000	1.7
  +++ Makefile	1 Aug 2002 16:51:49 -0000	1.8
  @@ -1,2 +1,13 @@
  -quickref.html: quickref.xml quickref.xsl
  -	xsltproc --nonet -o html/ quickref.xsl quickref.xml
  \ No newline at end of file
  +all: html/index.html
  +
  +html/index.html: quickref.xml quickref.xsl
  +	xsltproc --nonet -o html/ quickref.xsl quickref.xml
  +
  +#quickref.html: quickref.xml quickref.xsl
  +#	xsltproc --nonet -o quickref.html quickref.xsl quickref.xml
  +
  +#quickref.txt: quickref.html
  +#	links -dump quickref.html > quickref.txt
  +
  +clean:
  +	rm -f *.html html/*.html *.txt
  \ No newline at end of file
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: websh-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: websh-cvs-help@tcl.apache.org