From: stephan b. <sg...@us...> - 2004-12-23 00:08:53
|
Update of /cvsroot/pclasses/pclasses2/toc/sbin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20394/toc/sbin Modified Files: Makefile Log Message: mass commit: commit and toc files i missed... Index: Makefile =================================================================== RCS file: /cvsroot/pclasses/pclasses2/toc/sbin/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile 22 Dec 2004 19:04:25 -0000 1.1 +++ Makefile 23 Dec 2004 00:08:44 -0000 1.2 @@ -1,6 +1,9 @@ #!/usr/bin/make -f -include toc.make - -DIST_FILES += toc_core.sh toconfigure - - +# Automatically generated by configure. +# Do not edit this file: put your code in Makefile.toc. +include Makefile.toc +DIST_FILES += Makefile.toc +DIST_FILES := $(filter-out Makefile,$(DIST_FILES)) +# ^^^^ toc automatically adds Makefile to DIST_FILES. +DISTCLEAN_FILES += Makefile +# ^^^^ todo |