Commit a0f0f7db authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Fixed Makefile.am files to include scripts in tarballs

parent e9f83aa4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -17,7 +17,8 @@


gitcore_SCRIPTS = .bindir/git-hooks
pkgdata_SCRIPTS = run-hooks arg_parse_functions string_functions
dist_noinst_SCRIPTS = git-hooks
dist_pkgdata_SCRIPTS = run-hooks arg_parse_functions string_functions
SUBDIRS = hook-scripts


+1 −1
Original line number Diff line number Diff line
@@ -16,6 +16,6 @@
#


nobase_pkgdata_SCRIPTS = \
nobase_dist_pkgdata_SCRIPTS = \
	update/ref-locks \
	update/whitespace-errors