[Nice-commit] Nice/web new.xsl,1.11,1.12 Makefile,1.12,1.13
Brought to you by:
bonniot
From: <bo...@us...> - 2003-08-09 21:44:38
|
Update of /cvsroot/nice/Nice/web In directory sc8-pr-cvs1:/tmp/cvs-serv19926/web Modified Files: new.xsl Makefile Log Message: Renamed manual files, so it's clearer for those who download them. Index: new.xsl =================================================================== RCS file: /cvsroot/nice/Nice/web/new.xsl,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** new.xsl 20 Jun 2003 10:05:41 -0000 1.11 --- new.xsl 9 Aug 2003 21:44:35 -0000 1.12 *************** *** 88,93 **** <a class="nav" href="manual.html">Manual</a> (<a class="nav" href="manual.html">online</a>, ! <a class="nav" href="manual.pdf">PDF</a>, ! <a class="nav" href="manual.ps">PS</a>) <br /> <span class="small">o</span><xsl:text> </xsl:text> --- 88,93 ---- <a class="nav" href="manual.html">Manual</a> (<a class="nav" href="manual.html">online</a>, ! <a class="nav" href="NiceManual.pdf">PDF</a>, ! <a class="nav" href="NiceManual.ps">PS</a>) <br /> <span class="small">o</span><xsl:text> </xsl:text> *************** *** 187,190 **** --- 187,193 ---- <span class="small">o</span><xsl:text> </xsl:text> <a class="nav" href="tests.html">Tests</a> + <br /> + <span class="small">o</span><xsl:text> </xsl:text> + <a class="nav" href="coverage/">Coverage</a> <br /> <span class="small">o</span><xsl:text> </xsl:text> Index: Makefile =================================================================== RCS file: /cvsroot/nice/Nice/web/Makefile,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** Makefile 16 Jun 2003 18:52:54 -0000 1.12 --- Makefile 9 Aug 2003 21:44:35 -0000 1.13 *************** *** 16,21 **** irc.html roadmap.html safety.html manual.html manual.pdf manual.ps ! send: all ! scp -r *.css *.html .htaccess images *.pdf *.ps bo...@sh...:/home/groups/n/ni/nice/htdocs old: safety.html --- 16,29 ---- irc.html roadmap.html safety.html manual.html manual.pdf manual.ps ! send: all send_manual_pdf send_manual_ps ! scp -r *.css *.html .htaccess images bo...@sh...:/home/groups/n/ni/nice/htdocs ! ! send_manual_pdf: manual.pdf ! scp manual.pdf bo...@sh...:/home/groups/n/ni/nice/htdocs/NiceManual.pdf ! touch send_manual_pdf ! ! send_manual_ps: manual.ps ! scp manual.ps bo...@sh...:/home/groups/n/ni/nice/htdocs/NiceManual.ps ! touch send_manual_ps old: safety.html |