[Pcsclite-cvs-commit] Drivers/ccid Makefile.am,1.6,1.7

rousseau@quantz.debian.org rousseau@quantz.debian.org
Tue, 24 Feb 2004 22:16:53 +0100


Update of /cvsroot/pcsclite/Drivers/ccid
In directory quantz:/tmp/cvs-serv23508

Modified Files:
	Makefile.am 
Log Message:
use a shorter Perl script to convert generate/convert ChangeLog


Index: Makefile.am
===================================================================
RCS file: /cvsroot/pcsclite/Drivers/ccid/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile.am	25 Nov 2003 22:55:57 -0000	1.6
+++ Makefile.am	24 Feb 2004 21:16:51 -0000	1.7
@@ -17,7 +17,7 @@
 	$(AUX_DIST)
 
 MAINTAINERCLEANFILES = $(AUX_DIST)
-DISTCLEANFILES = ChangeLog.cvs
+DISTCLEANFILES = ChangeLog
 
 # Automatically update the libtool script if it becomes out-of-date.
 LIBTOOL_DEPS = @LIBTOOL_DEPS@
@@ -25,8 +25,8 @@
 	$(SHELL) ./config.status --recheck
 
 ChangeLog:
-	rcs2log | perl -e 'while (<>) { s/rousseau /Ludovic Rousseau /; \
-	s+/cvsroot/pcsclite/PCSC/++g; print ; }' > $@
+	rcs2log | perl -pe 's/rousseau /Ludovic Rousseau /; \
+	s+/cvsroot/pcsclite/PCSC/++g;' > $@
 
-.PHONY: ChangeLog.cvs
+.PHONY: ChangeLog