aboutsummaryrefslogtreecommitdiffstats
path: root/help/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-12-22 20:04:32 +0000
committerGuy Harris <guy@alum.mit.edu>2003-12-22 20:04:32 +0000
commitb3c8b9bb2bf8de798441542540ced61da3696ffd (patch)
tree67eb22807e363c3ab59973d2cfbfb34591b44b25 /help/Makefile.am
parent8751f63b3a3c78962f6b50e2b997e3e633c90a0a (diff)
Arrange to install the help files.
svn path=/trunk/; revision=9411
Diffstat (limited to 'help/Makefile.am')
-rw-r--r--help/Makefile.am10
1 files changed, 7 insertions, 3 deletions
diff --git a/help/Makefile.am b/help/Makefile.am
index 2bc6fd74b6..650e8b3dcb 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal help files
#
-# $Id: Makefile.am,v 1.2 2003/12/22 08:12:10 ulfl Exp $
+# $Id: Makefile.am,v 1.3 2003/12/22 20:04:32 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -21,13 +21,17 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-helpfile_SOURCES = \
+#
+# Install the help files in the "help" subdirectory of the data directory.
+#
+helpdir = $(pkgdatadir)/help
+help_DATA = \
capture_filters.txt \
display_filters.txt \
faq.txt \
overview.txt \
well_known.txt
-EXTRA_DIST = $(helpfile_SOURCES) convert-include.sh Makefile.nmake
+EXTRA_DIST = $(help_DATA) convert-include.sh Makefile.nmake
CLEANFILES =