mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 20:41:20 +00:00
make make changelog work in an external buildtree
This commit is contained in:
parent
8656eb998a
commit
c24a6f7d6a
1 changed files with 2 additions and 3 deletions
|
@ -12,9 +12,8 @@ EXTRA_DIST= ChangeLog RPM/build_rpm.in \
|
|||
tools/zpak
|
||||
|
||||
changelog::
|
||||
-touch ChangeLog
|
||||
-$(top_srcdir)/tools/cvs2cl/cvs2cl.pl -b --utc
|
||||
-rm -f ChangeLog.bak
|
||||
( cd $(top_srcdir); \
|
||||
tools/cvs2cl/cvs2cl.pl --stdout -b --utc ) > ChangeLog
|
||||
|
||||
NOCONV_DIST= $(distdir)/include/win32/resources/icon1.ico
|
||||
|
||||
|
|
Loading…
Reference in a new issue