1
0
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:
Markus F.X.J. Oberhumer
2000-09-21 09:22:55 +00:00
parent 616b7b967e
commit 4b6043fcc6
3 changed files with 1753 additions and 1 deletions

View File

@ -1,3 +1,5 @@
.cvsignore
.mfxcvsup
ChangeLog
ChangeLog.bak
maint

View File

@ -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

File diff suppressed because it is too large Load Diff