Update of /cvsroot/rccparser/rccparser/src
In directory sc8-pr-cvs1:/tmp/cvs-serv20656/src
Modified Files:
Makefile.am footer.html header.html
Log Message:
2003-02-03 Tom Howard <tom...@us...>
* ./src/Makefile.am
* ./src/footer.html
* ./src/header.html
Updated
Index: Makefile.am
===================================================================
RCS file: /cvsroot/rccparser/rccparser/src/Makefile.am,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** Makefile.am 3 Feb 2003 13:47:43 -0000 1.31
--- Makefile.am 3 Feb 2003 14:14:23 -0000 1.32
***************
*** 8,11 ****
--- 8,13 ----
doxygen.conf \
$(HTMLFILES) \
+ doc/html/style.css \
+ doc/html/header.jpg \
doc/ps/@PACKAGE@-@VERSION@.ps \
doc/pdf/@PACKAGE@-@VERSION@.pdf \
***************
*** 123,129 ****
doc/html/rccparser_8h__dep__incl.gif \
doc/html/rccparser_8h__incl.gif \
! doc/html/rccptest_8cpp-source.html \
! doc/html/style.css \
! doc/html/header.jpg
--- 125,130 ----
doc/html/rccparser_8h__dep__incl.gif \
doc/html/rccparser_8h__incl.gif \
! doc/html/rccptest_8cpp-source.html
!
***************
*** 135,144 ****
doxygen: doc/xml/@PACKAGE@-@VERSION@.xml
! if BUILD_DOC
!
! $(HTMLFILES): doxygen
ln -f style.css doc/html/style.css
ln -f header.jpg doc/html/header.jpg
doc/ps/@PACKAGE@-@VERSION@.ps: doxygen
cd doc/latex && $(MAKE) $(AM_MAKEFLAGS) ps
--- 136,153 ----
doxygen: doc/xml/@PACKAGE@-@VERSION@.xml
! doc/html/style.css:
! if ! test -d doc; then rm -f doc; mkdir doc; fi
! if ! test -d doc/html; then rm -f doc/html; mkdir doc/html; fi
ln -f style.css doc/html/style.css
+
+ doc/html/header.jpg:
+ if ! test -d doc; then rm -f doc; mkdir doc; fi
+ if ! test -d doc/html; then rm -f doc/html; mkdir doc/html; fi
ln -f header.jpg doc/html/header.jpg
+ if BUILD_DOC
+
+ $(HTMLFILES): doxygen doc/html/header.jpg doc/html/style.css
+
doc/ps/@PACKAGE@-@VERSION@.ps: doxygen
cd doc/latex && $(MAKE) $(AM_MAKEFLAGS) ps
***************
*** 212,215 ****
--- 221,226 ----
doc/xml/@PACKAGE@-@VERSION@.xml \
$(HTMLFILES) \
+ doc/html/style.css \
+ doc/html/header.jpg \
doxygen.conf.tmpl \
header.jpg \
***************
*** 228,233 ****
xmldir = $(docdir)/xml
! html_DATA = $(HTMLFILES)
! ps_DATA = doc/ps/@PACKAGE@-@VERSION@.ps
pdf_DATA = doc/pdf/@PACKAGE@-@VERSION@.pdf
xml_DATA = doc/xml/@PACKAGE@-@VERSION@.xml
--- 239,244 ----
xmldir = $(docdir)/xml
! html_DATA = $(HTMLFILES) doc/html/style.css doc/html/header.jpg
! ps_DATA = doc/ps/@PACKAGE@-@VERSION@.ps
pdf_DATA = doc/pdf/@PACKAGE@-@VERSION@.pdf
xml_DATA = doc/xml/@PACKAGE@-@VERSION@.xml
Index: footer.html
===================================================================
RCS file: /cvsroot/rccparser/rccparser/src/footer.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** footer.html 3 Feb 2003 13:47:43 -0000 1.1
--- footer.html 3 Feb 2003 14:14:23 -0000 1.2
***************
*** 3,7 ****
<div align="center">
<br>
! <a href="http://rccparser.sf.net/donate.html"><img
src="https://www.paypal.com/images/x-click-but04.gif"
alt="Make a PayPal donation - it's fast, easy and secure!"></a>
--- 3,7 ----
<div align="center">
<br>
! <a href="http://rccparser.sourceforge.net/donate.html"><img
src="https://www.paypal.com/images/x-click-but04.gif"
alt="Make a PayPal donation - it's fast, easy and secure!"></a>
Index: header.html
===================================================================
RCS file: /cvsroot/rccparser/rccparser/src/header.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** header.html 3 Feb 2003 13:47:43 -0000 1.1
--- header.html 3 Feb 2003 14:14:23 -0000 1.2
***************
*** 12,17 ****
<table class="menu">
<tr>
! <td class="menu"><a href="http://rccparser.sf.net/index.html" target="_self">Home</a></td>
! <td class="menu"><a href="http://rccparser.sf.net/doc.html" target="_self">Docs</a></td>
<td class="menu"><a href="http://medialab.di.unipi.it/Project/Robocup/pub/" target="_blank">Clients</a></td>
<td class="menu"><a href="http://www.ida.liu.se/~frehe/RoboCup/Libs/"
--- 12,17 ----
<table class="menu">
<tr>
! <td class="menu"><a href="http://rccparser.sourceforge.net/index.html" target="_self">Home</a></td>
! <td class="menu"><a href="http://rccparser.sourceforge.net/doc.html" target="_self">Docs</a></td>
<td class="menu"><a href="http://medialab.di.unipi.it/Project/Robocup/pub/" target="_blank">Clients</a></td>
<td class="menu"><a href="http://www.ida.liu.se/~frehe/RoboCup/Libs/"
|