From: stephan b. <sg...@us...> - 2004-12-30 15:39:32
|
Update of /cvsroot/pclasses/pclasses2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9683 Modified Files: Makefile.toc Log Message: Added postconfig.$(PACKAGE_NAME) to DIST_FILES. Index: Makefile.toc =================================================================== RCS file: /cvsroot/pclasses/pclasses2/Makefile.toc,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile.toc 24 Dec 2004 23:06:25 -0000 1.4 +++ Makefile.toc 30 Dec 2004 15:39:23 -0000 1.5 @@ -8,6 +8,7 @@ find_toc.sh \ toc.$(PACKAGE_NAME).make.at \ toc.$(PACKAGE_NAME).help \ - configure configure.toc configure.$(PACKAGE_NAME) + configure configure.toc configure.$(PACKAGE_NAME) \ + postconfig.$(PACKAGE_NAME) all: subdirs |