mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
Added automatic ChangeLog generation - type "make ChangeLog" in the
root directory. committer: mfx <mfx> 969528175 +0000
This commit is contained in:
parent
616b7b967e
commit
4b6043fcc6
|
@ -1,3 +1,5 @@
|
||||||
.cvsignore
|
.cvsignore
|
||||||
.mfxcvsup
|
.mfxcvsup
|
||||||
|
ChangeLog
|
||||||
|
ChangeLog.bak
|
||||||
maint
|
maint
|
||||||
|
|
5
Makefile
5
Makefile
|
@ -19,7 +19,10 @@ cvs-admin-ko:
|
||||||
cvs admin -ko .
|
cvs admin -ko .
|
||||||
cvs update
|
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:
|
.NOEXPORT:
|
||||||
|
|
||||||
|
|
1747
scripts/cvs2cl.pl
Normal file
1747
scripts/cvs2cl.pl
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user