Update of /cvsroot/rccparser/rccparser/src
In directory sc8-pr-cvs1:/tmp/cvs-serv20794/src
Modified Files:
Makefile.am
Log Message:
2003-03-24 Tom Howard <tom...@us...>
* ./src/Makefile.am
Added missing files to dist
Index: Makefile.am
===================================================================
RCS file: /cvsroot/rccparser/rccparser/src/Makefile.am,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** Makefile.am 24 Mar 2003 18:15:19 -0000 1.37
--- Makefile.am 24 Mar 2003 18:46:22 -0000 1.38
***************
*** 314,318 ****
comment.pl \
getcomments.pl \
! addcomment.pl
docdir = $(pkgdatadir)/doc
--- 314,322 ----
comment.pl \
getcomments.pl \
! addcomment.pl \
! header.tex.tmpl \
! doxygen.sty \
! RC.eps \
! RC.epdf
docdir = $(pkgdatadir)/doc
|