diff options
author | Sami Kerola | 2011-05-21 15:02:10 +0200 |
---|---|---|
committer | Karel Zak | 2011-05-26 15:04:01 +0200 |
commit | 2b85ab880d4fff8addb2deac4c25223c7973976e (patch) | |
tree | d929dd49c0994ba8f83a8f9c89ed2ecc0e5928e0 /.gitignore | |
parent | build-sys: stop building line(1) by default (diff) | |
download | kernel-qcow2-util-linux-2b85ab880d4fff8addb2deac4c25223c7973976e.tar.gz kernel-qcow2-util-linux-2b85ab880d4fff8addb2deac4c25223c7973976e.tar.xz kernel-qcow2-util-linux-2b85ab880d4fff8addb2deac4c25223c7973976e.zip |
build-sys: use AUTOMAKE_OPTIONS = gnu
The change will cause make dist to have INSTALL file from
automake release, which hopefully is more up to date than
manually maintained version.
The gnu option will also require ChangeLog to be present, and
without doubts no-one wants to maintain that manually. I added
file to reference link to internet git repository view.
At the time of make dist current tag is added to the ChangeLog
reference which will make release to point exactly to the point
where changes ended. Minor drawback is that untagged make dist
releases will contain a broken link in ChangeLog.
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index fab74fdbe..be7996332 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,7 @@ mkinstalldirs compile depcomp install-sh +INSTALL missing libtool cscope.out |