Update of /cvsroot/rccparser/rccparser/src
In directory sc8-pr-cvs1:/tmp/cvs-serv16446/src
Modified Files:
Makefile.am
Log Message:
2003-04-23 Tom Howard <tom...@us...>
* ./configure.in
Released rccparser-1.2.3
Index: Makefile.am
===================================================================
RCS file: /cvsroot/rccparser/rccparser/src/Makefile.am,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** Makefile.am 23 Apr 2003 04:08:43 -0000 1.40
--- Makefile.am 23 Apr 2003 04:45:48 -0000 1.41
***************
*** 12,15 ****
--- 12,16 ----
doc/htmlgz/@PACKAGE@-@VERSION@.html.tar.gz \
doc/xml/@PACKAGE@-@VERSION@.xml \
+ doc/xml/doxygen.xml \
doc/ps/@PACKAGE@-@VERSION@.ps \
doc/pdf/@PACKAGE@-@VERSION@.pdf \
***************
*** 289,296 ****
@cp doc/latex/@PACKAGE@-@VERSION@-pdf-ni.pdf doc/pdf/@PACKAGE@-@VERSION@.pdf
! doc/xml/doxygen.xml: doxygen.conf
!
! doc/xml/@PACKAGE@-@VERSION@.xml: doc/xml/doxygen.xml
! @cp doc/xml/doxygen.xml doc/xml/@PACKAGE@-@VERSION@.xml
else
--- 290,295 ----
@cp doc/latex/@PACKAGE@-@VERSION@-pdf-ni.pdf doc/pdf/@PACKAGE@-@VERSION@.pdf
! doc/xml/@PACKAGE@-@VERSION@.xml: doxygen.conf
! @mv doc/xml/doxygen.xml doc/xml/@PACKAGE@-@VERSION@.xml
else
|