From 6268e66efaae690ea7df1a8b84913fdf8528874c Mon Sep 17 00:00:00 2001 From: "Jason St. John" Date: Sat, 1 Feb 2014 21:28:09 -0500 Subject: Remove ChangeLog.proto and move important info to PKGBUILD(5) The change log prototype should be distribution determined. Signed-off-by: Jason St. John Signed-off-by: Allan McRae --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 9321d58b..4c6f6565 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,8 +21,7 @@ dist_pkgdata_DATA = \ proto/PKGBUILD.proto \ proto/PKGBUILD-split.proto \ proto/PKGBUILD-vcs.proto \ - proto/proto.install \ - proto/ChangeLog.proto + proto/proto.install $(top_srcdir)/test/pacman/tests/TESTS: $(wildcard test/pacman/tests/*.py*) @printf "TESTS += %s\n" $^ | sed -e "s/\.py\.in/.py/" | LC_ALL=C sort -u > "$@" -- cgit v1.2.3-24-g4f1b