diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | handlers/Makefile.am | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -46,6 +46,7 @@ version 1.0 -- UNRELEASED to install such files anyway? . Have "make dist" ship handlers/*.in instead of make results. . Have "make dist" ship the FAQ. + . Install handlers as pkgdata_DATA, instead of their .in files. documentation changes . Document what features available to .sh jobs (Redmine #1558). diff --git a/handlers/Makefile.am b/handlers/Makefile.am index 6c1969b..bad53bb 100644 --- a/handlers/Makefile.am +++ b/handlers/Makefile.am @@ -16,7 +16,7 @@ edit = sed \ -e "s,@AWK\@,$(AWK),g" \ -e "s,@SED\@,$(SED),g" -dist_pkgdata_DATA = $(DIST_HANDLERS) +pkgdata_DATA = $(HANDLERS) dup: $(srcdir)/dup.in rm -f dup |