mirror of
https://gitlab.gnome.org/GNOME/glade.git
synced 2025-10-06 00:05:26 -04:00
Moved old ChangeLog to a zipped file, now generate ChangeLog at make dist time.
This commit is contained in:
parent
4e3c6e869e
commit
1028e9dd21
BIN
ChangeLog.old.gz
Normal file
BIN
ChangeLog.old.gz
Normal file
Binary file not shown.
14
Makefile.am
14
Makefile.am
@ -15,3 +15,17 @@ DISTCLEANFILES = intltool-extract \
|
||||
intltool-update
|
||||
|
||||
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-introspection
|
||||
|
||||
dist-hook:
|
||||
@if test -d "$(srcdir)/.git"; \
|
||||
then \
|
||||
echo Creating ChangeLog && \
|
||||
( cd "$(top_srcdir)" && \
|
||||
echo '# Generated by Makefile. Do not edit.'; echo; \
|
||||
$(top_srcdir)/missing --run git log --stat ) > ChangeLog.tmp \
|
||||
&& mv -f ChangeLog.tmp $(distdir)/ChangeLog \
|
||||
|| ( rm -f ChangeLog.tmp ; \
|
||||
echo Failed to generate ChangeLog >&2 ); \
|
||||
else \
|
||||
echo A git clone is required to generate a ChangeLog >&2; \
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user