aboutsummaryrefslogtreecommitdiffstats
path: root/help/Makefile.am
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-07-10 08:04:27 +0000
committerJörg Mayer <jmayer@loplof.de>2005-07-10 08:04:27 +0000
commit5b442f22791e5a2afcfeeff62d5dc409ae6248f5 (patch)
tree1afde7e0fe277ae06782ac3953569f6f16b2b4fc /help/Makefile.am
parent85f38ef5fa8580ecaab29c102bcb6ccf792bc504 (diff)
After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"
returned quite a list of files. Add them to MAINTAINERCLEANFILES. Whitespace changes (replace multiple spaces by TABs, in a few cases this needed to be done at the beginning of Makefile lines. svn path=/trunk/; revision=14891
Diffstat (limited to 'help/Makefile.am')
-rw-r--r--help/Makefile.am18
1 files changed, 11 insertions, 7 deletions
diff --git a/help/Makefile.am b/help/Makefile.am
index 3c2c3f39dd..2c3b3fda5a 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -25,15 +25,19 @@
# Install the help files in the "help" subdirectory of the data directory.
#
helpdir = $(pkgdatadir)/help
-help_DATA = \
- toc \
- getting_started.txt \
- capturing.txt \
- capture_filters.txt \
- display_filters.txt \
- faq.txt \
+help_DATA = \
+ toc \
+ getting_started.txt \
+ capturing.txt \
+ capture_filters.txt \
+ display_filters.txt \
+ faq.txt \
overview.txt
EXTRA_DIST = $(help_DATA) Makefile.nmake
CLEANFILES =
+
+MAINTAINERCLEANFILES = \
+ Makefile.in
+