Ver Fonte

switch ChangeLog generation to cvs2cl

Oswald Buddenhagen há 22 anos atrás
pai
commit
d2b39d2c89
1 ficheiros alterados com 5 adições e 4 exclusões
  1. 5 4
      Makefile.am

+ 5 - 4
Makefile.am

@@ -4,10 +4,11 @@ EXTRA_DIST = isyncrc.sample isync.spec.in $(man_MANS)
 DISTCLEANFILES = *~ build-stamp configure-stamp
 
 log:
-	rcs2log -u "me	Michael Elkins	me@sigpipe.org" \
-		-u "melkins	Michael Elkins	me@sigpipe.org" \
-		-u "ossi	Oswald Buddenhagen	ossi@users.sf.net" \
-	    -l 79 > ChangeLog
+	@echo "me:'Michael Elkins <me@sigpipe.org>'" > .usermap
+	@echo "melkins:'Michael Elkins <me@sigpipe.org>'" >> .usermap
+	@echo "ossi:'Oswald Buddenhagen <ossi@users.sf.net>'" >> .usermap
+	cvs2cl -U .usermap --no-wrap --separate-header
+	@rm .usermap
 
 rpm:
 	make dist