Move the old ChangeLog into its own file
The old ChangeLog is there to track the project history when it was in SVN -- also because the commit messages we imported from Subversion were not that great. Unfortunately, we need a ChangeLog for autotools to work in GNU mode; for this reason, we can use a dummy ChangeLog redirecting to git log. The ChangeLog will be generated on release from the commit messages, for users of the tarballs.
This commit is contained in:
parent
f1bae778ce
commit
945d2616e3
15737
ChangeLog.SVN
Normal file
15737
ChangeLog.SVN
Normal file
File diff suppressed because it is too large
Load Diff
@ -30,7 +30,12 @@ pkgconfigdir = $(libdir)/pkgconfig
|
||||
|
||||
DEFAULT_FLAVOUR = @CLUTTER_FLAVOUR@
|
||||
|
||||
EXTRA_DIST = clutter.pc.in HACKING HACKING.backends CODING_STYLE
|
||||
EXTRA_DIST = \
|
||||
ChangeLog.SVN \
|
||||
clutter.pc.in \
|
||||
HACKING \
|
||||
HACKING.backends \
|
||||
CODING_STYLE
|
||||
|
||||
CLEANFILES = $(pcfiles)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user