mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-21 11:41:00 +00:00
make make changelog work out-of-tree
This commit is contained in:
parent
1e1ee75773
commit
7fa170c325
1 changed files with 2 additions and 3 deletions
|
@ -13,9 +13,8 @@ EXTRA_DIST= README.WIN newtree.dsw ChangeLog \
|
|||
NOCONV_DIST= $(distdir)/include/win32/resources/icon1.ico
|
||||
|
||||
changelog::
|
||||
-touch ChangeLog
|
||||
-tools/cvs2cl/cvs2cl.pl -b --utc
|
||||
-rm -f ChangeLog.bak
|
||||
( cd $(top_srcdir); \
|
||||
tools/cvs2cl/cvs2cl.pl --stdout -b --utc ) > ChangeLog
|
||||
|
||||
dist-zip: distdir
|
||||
-chmod -R a+r $(distdir)
|
||||
|
|
Loading…
Reference in a new issue