Browse Source

exclude ChangeLog (do'h), NEWS and TODO when creating ChangeLog. exclude

debian/ as well, based on the fact that it already has a detailed log -
is that ok with everybody?
0.9
Oswald Buddenhagen 21 years ago
parent
commit
3b91742ead
  1. 2
      Makefile.am

2
Makefile.am

@ -4,7 +4,7 @@ EXTRA_DIST = debian isyncrc.sample isync.spec $(man_MANS)
log:
@perl -p -e "s/^(\\S+)\\s+(\\S.+\\S)\\s+(\\S+)\\s*\$$/\$$1:'\$$2 <\$$3>'\\n/" < ../CVSROOT/accounts > .usermap
cvs2cl -U .usermap --no-wrap --separate-header
cvs2cl -U .usermap --no-wrap --separate-header -I ChangeLog -I NEWS -I TODO -I debian/
@rm -f .usermap ChangeLog.bak
deb:

Loading…
Cancel
Save