[Commit] nickle ChangeLog,1.80,1.81 Makefile.am,1.59,1.60

Keith Packard commit at keithp.com
Thu Aug 12 21:40:20 PDT 2004


Committed by: keithp

Update of /local/src/CVS/nickle
In directory home.keithp.com:/tmp/cvs-serv2787

Modified Files:
	ChangeLog Makefile.am 
Log Message:
2004-08-12  Keith Packard  <keithp at keithp.com>

	* Makefile.am:
	add clean-local to remove nickle.1 and nickle.spec
	* debian/changelog:
	Update to version 2.43


Index: ChangeLog
===================================================================
RCS file: /local/src/CVS/nickle/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- ChangeLog	10 Aug 2004 17:45:40 -0000	1.80
+++ ChangeLog	13 Aug 2004 04:40:17 -0000	1.81
@@ -1,3 +1,10 @@
+2004-08-12  Keith Packard  <keithp at keithp.com>
+
+	* Makefile.am:
+	add clean-local to remove nickle.1 and nickle.spec
+	* debian/changelog:
+	Update to version 2.43
+
 2004-08-10  Keith Packard  <keithp at keithp.com>
 
 	* mem.c: (newBlock), (MemAllocateHunk), (MemAllocateHuge),

Index: Makefile.am
===================================================================
RCS file: /local/src/CVS/nickle/Makefile.am,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- Makefile.am	10 Aug 2004 07:39:55 -0000	1.59
+++ Makefile.am	13 Aug 2004 04:40:17 -0000	1.60
@@ -86,6 +86,9 @@
 	sed -e 's,@''VERSION@,$(VERSION),' \
 	    -e 's,@''pkgdatadir@,$(pkgdatadir),' $(top_srcdir)/nickle.spec.in > $@
 	    
+clean-local:
+	rm -f nickle.1 nickle.spec
+	
 #
 # This assumes you've got Mike Harris's rpmbuild-nonroot stuff installed
 # using the defaults




More information about the Commit mailing list