aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2012-05-15 17:09:42 +0200
committerintrigeri <intrigeri@boum.org>2012-05-15 17:10:24 +0200
commit17be899a23f41d1efed2783d2e91d46cf4802c34 (patch)
tree564827d3b18f0743538dbbe2cdca13d69f99ec57
parentd464a9742dd45202e86432714288330417cd415f (diff)
downloadbackupninja-17be899a23f41d1efed2783d2e91d46cf4802c34.tar.gz
backupninja-17be899a23f41d1efed2783d2e91d46cf4802c34.tar.bz2
Have "make dist" ship the FAQ.
-rw-r--r--ChangeLog1
-rw-r--r--Makefile.am2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f694af5..0b2bf40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -45,6 +45,7 @@ version 1.0 -- UNRELEASED
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.
+ . Have "make dist" ship the FAQ.
documentation changes
. Document what features available to .sh jobs (Redmine #1558).
diff --git a/Makefile.am b/Makefile.am
index 3c50ad9..6e8d170 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# vi: noexpandtab softtabstop=0
## Process this file with automake to produce Makefile.in
-EXTRA_DIST = README COPYING AUTHORS INSTALL NEWS ChangeLog \
+EXTRA_DIST = FAQ README COPYING AUTHORS INSTALL NEWS ChangeLog \
backupninja.spec backupninja.spec.in autogen.sh
SUBDIRS = etc examples handlers lib man src