summaryrefslogtreecommitdiff
path: root/help/Makefile.am
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2003-12-22 08:12:10 +0000
committerUlf Lamping <ulf.lamping@web.de>2003-12-22 08:12:10 +0000
commit2e7258ed35871b41e3c430efc04d0d36f6a97bc9 (patch)
treef28359bc3ccd805f60864986adf98f45617e5891 /help/Makefile.am
parent57b6b53548c789094ac064780df321a229663c4b (diff)
downloadwireshark-2e7258ed35871b41e3c430efc04d0d36f6a97bc9.tar.gz
using distributed help text files, instead of "#include" built in texts
svn path=/trunk/; revision=9408
Diffstat (limited to 'help/Makefile.am')
-rw-r--r--help/Makefile.am21
1 files changed, 3 insertions, 18 deletions
diff --git a/help/Makefile.am b/help/Makefile.am
index 74073048e1..2bc6fd74b6 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.1 2003/12/13 18:05:49 gerald Exp $
+# $Id: Makefile.am,v 1.2 2003/12/22 08:12:10 ulfl Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -21,21 +21,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-SUFFIXES = .txt .h
-.txt.h: $(@@:.h=.txt)
- @ echo making $@
- @ rm -f $@
- $(SHELL) convert-include.sh $*
-
-
-BUILT_SOURCES = \
- capture_filters.h \
- display_filters.h \
- faq.h \
- overview.h \
- well_known.h
-
-
helpfile_SOURCES = \
capture_filters.txt \
display_filters.txt \
@@ -43,6 +28,6 @@ helpfile_SOURCES = \
overview.txt \
well_known.txt
-EXTRA_DIST = $(BUILT_SOURCES) $(helpfile_SOURCES) convert-include.sh Makefile.nmake
+EXTRA_DIST = $(helpfile_SOURCES) convert-include.sh Makefile.nmake
-CLEANFILES = $(BUILT_SOURCES)
+CLEANFILES =