diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-12-19 23:36:25 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-12-19 23:36:25 +0000 |
commit | aa526f6a34933327bd78007cf05c4117d568bb36 (patch) | |
tree | 3a4c0664828840b6f8e27bb5e09d7583d7f22570 /Makefile | |
parent | 19680f5f4fbd3b662f7ddcc6fadb828beac33f7b (diff) | |
download | drakx-aa526f6a34933327bd78007cf05c4117d568bb36.tar drakx-aa526f6a34933327bd78007cf05c4117d568bb36.tar.gz drakx-aa526f6a34933327bd78007cf05c4117d568bb36.tar.bz2 drakx-aa526f6a34933327bd78007cf05c4117d568bb36.tar.xz drakx-aa526f6a34933327bd78007cf05c4117d568bb36.zip |
tools to auto generate the ChangeLog and the mail to changelog
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -92,9 +92,7 @@ upload: clean install for i in $(RELEASE_BOOT_IMG); do upload images $$i; done ;\ echo - perl -pe 'exit if / DrakX </' perl-install/ChangeLog | tools/mailchangelog - tools/addchangelog perl-install/ChangeLog 'snapshot uploaded' - cvs commit perl-install/ChangeLog # otherwise i always have a conflict :-( + tools/addchangelog.pl perl-install tools/cvslog2changelog.pl | tools/mailchangelog.pl upload_sparc: touch /tmp/mdkinst_done |