mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-21 19:51:18 +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
|
NOCONV_DIST= $(distdir)/include/win32/resources/icon1.ico
|
||||||
|
|
||||||
changelog::
|
changelog::
|
||||||
-touch ChangeLog
|
( cd $(top_srcdir); \
|
||||||
-tools/cvs2cl/cvs2cl.pl -b --utc
|
tools/cvs2cl/cvs2cl.pl --stdout -b --utc ) > ChangeLog
|
||||||
-rm -f ChangeLog.bak
|
|
||||||
|
|
||||||
dist-zip: distdir
|
dist-zip: distdir
|
||||||
-chmod -R a+r $(distdir)
|
-chmod -R a+r $(distdir)
|
||||||
|
|
Loading…
Reference in a new issue