Skip to content
Snippets Groups Projects
Commit d464a974 authored by intrigeri's avatar intrigeri
Browse files

Have "make dist" package handlers/*.in instead of make results.

parent e5d922e7
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,7 @@ version 1.0 -- UNRELEASED
. Workaround automake sanity check that would prevent us from
installing lib/* into lib/backupninja/. Where else are be supposed
to install such files anyway?
. Have "make dist" ship handlers/*.in instead of make results.
documentation changes
. Document what features available to .sh jobs (Redmine #1558).
......
......@@ -3,16 +3,20 @@ HANDLERS = dup dup.helper maildir makecd \
makecd.helper mysql mysql.helper pgsql pgsql.helper rdiff \
rdiff.helper rsync sh svn sys sys.helper trac tar tar.helper
DIST_HANDLERS = dup.in dup.helper.in maildir.in makecd.in \
makecd.helper.in mysql.in mysql.helper.in pgsql.in pgsql.helper.in rdiff.in \
rdiff.helper.in rsync.in sh.in svn.in sys.in sys.helper.in trac.in tar.in tar.helper.in wget
CLEANFILES = $(HANDLERS)
EXTRA_DIST = Makefile.am $(HANDLERS)
EXTRA_DIST = Makefile.am $(DIST_HANDLERS)
edit = sed \
-e "s,@BASH\@,$(BASH),g" \
-e "s,@AWK\@,$(AWK),g" \
-e "s,@SED\@,$(SED),g"
dist_pkgdata_DATA = $(HANDLERS)
dist_pkgdata_DATA = $(DIST_HANDLERS)
dup: $(srcdir)/dup.in
rm -f dup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment