mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Don't include huge ChangeLog in the tarball.
Adds a few megabytes which people can easily get from the git repository.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -81,7 +81,6 @@ Makefile.in
|
||||
/build-aux/test-driver
|
||||
/build-aux/ylwrap
|
||||
/bundled/ocaml-augeas/.depend
|
||||
/ChangeLog
|
||||
/compile
|
||||
/config.cache
|
||||
/config.guess
|
||||
|
||||
@@ -215,15 +215,13 @@ maintainer-upload-website:
|
||||
# When doing 'make dist' update a few files automatically.
|
||||
#
|
||||
# BUGS - list of bugs (created from Bugzilla)
|
||||
# ChangeLog - changelog (created from git)
|
||||
# docs/C_SOURCE_FILES
|
||||
# - source files scanned for internal documentation
|
||||
# po/POTFILES - files with ordinary extensions, but not OCaml files
|
||||
# po/POTFILES-ml - OCaml files, which need a special tool to translate
|
||||
|
||||
dist-hook: BUGS ChangeLog docs/C_SOURCE_FILES po/POTFILES po/POTFILES-ml
|
||||
dist-hook: BUGS docs/C_SOURCE_FILES po/POTFILES po/POTFILES-ml
|
||||
cp BUGS $(distdir)/BUGS
|
||||
cp ChangeLog $(distdir)/ChangeLog
|
||||
|
||||
BUGS: configure.ac
|
||||
rm -f $@ $@-t
|
||||
@@ -231,11 +229,6 @@ BUGS: configure.ac
|
||||
$(top_srcdir)/update-bugs.sh > $@-t
|
||||
mv $@-t $@
|
||||
|
||||
ChangeLog: configure.ac
|
||||
rm -f $@ $@-t
|
||||
git log --decorate=false > $@-t
|
||||
mv $@-t $@
|
||||
|
||||
# This has to be in the top-level Makefile.am so that we have access
|
||||
# to DIST_SUBDIRS.
|
||||
docs/C_SOURCE_FILES: configure.ac
|
||||
|
||||
Reference in New Issue
Block a user