aboutsummaryrefslogtreecommitdiffstats
path: root/help/Makefile.am
diff options
context:
space:
mode:
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
+