diff options
Diffstat (limited to 'git-check-commit-msg')
-rw-r--r-- | git-check-commit-msg/Makefile-files | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/git-check-commit-msg/Makefile-files b/git-check-commit-msg/Makefile-files index c0b0e01..8cbf90b 100644 --- a/git-check-commit-msg/Makefile-files +++ b/git-check-commit-msg/Makefile-files @@ -1,7 +1,15 @@ # -*- makefile -*- -AM_INSTALLCHECK_STD_OPTIONS_EXEMPT += git-check-commit-msg -bin_SCRIPTS += git-check-commit-msg/git-check-commit-msg -EXTRA_DIST += git-check-commit-msg/git-check-commit-msg +AM_INSTALLCHECK_STD_OPTIONS_EXEMPT += git-check-commit-msg/git-check-commit-msg +bin_SCRIPTS += git-check-commit-msg/git-check-commit-msg +EXTRA_DIST += git-check-commit-msg/git-check-commit-msg -TESTS += git-check-commit-msg/run-tests.sh +TESTS += git-check-commit-msg/run-tests.sh +check_SCRIPTS += git-check-commit-msg/run-tests.sh +EXTRA_DIST += git-check-commit-msg/run-tests.sh + +EXTRA_DIST += git-check-commit-msg/commit-1 +EXTRA_DIST += git-check-commit-msg/commit-2 +EXTRA_DIST += git-check-commit-msg/commit-3 + +# End of Makefile-files. |