mirror of
https://github.com/upx/upx.git
synced 2025-08-11 22:52:30 +08:00
Added automatic ChangeLog generation - type "make ChangeLog" in the
root directory. committer: mfx <mfx> 969528175 +0000
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
.cvsignore
|
||||
.mfxcvsup
|
||||
ChangeLog
|
||||
ChangeLog.bak
|
||||
maint
|
||||
|
5
Makefile
5
Makefile
@ -19,7 +19,10 @@ cvs-admin-ko:
|
||||
cvs admin -ko .
|
||||
cvs update
|
||||
|
||||
.PHONY: all clean distclean dist cvs-admin-ko
|
||||
ChangeLog:
|
||||
perl scripts/cvs2cl.pl --utc
|
||||
|
||||
.PHONY: all clean distclean dist cvs-admin-ko ChangeLog
|
||||
|
||||
.NOEXPORT:
|
||||
|
||||
|
1747
scripts/cvs2cl.pl
Normal file
1747
scripts/cvs2cl.pl
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user