aboutsummaryrefslogtreecommitdiffstats
path: root/doc
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 /doc
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 'doc')
-rw-r--r--doc/Makefile.am100
1 files changed, 52 insertions, 48 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index ec1dcd6463..ebe49fe5da 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -28,103 +28,103 @@ ethereal-tmp.pod: $(srcdir)/ethereal.pod $(top_builddir)/AUTHORS-SHORT-FORMAT
cat $(srcdir)/ethereal.pod $(top_builddir)/AUTHORS-SHORT-FORMAT > ethereal-tmp.pod
../ethereal.1: ethereal-tmp.pod ../config.h
- $(POD2MAN) \
- --center="The Ethereal Network Analyzer" \
- --release=$(VERSION) \
+ $(POD2MAN) \
+ --center="The Ethereal Network Analyzer" \
+ --release=$(VERSION) \
ethereal-tmp.pod | sed 's/ETHEREAL-TMP/ETHEREAL/' > ../ethereal.1
../ethereal.html: ethereal-tmp.pod ../config.h
- $(POD2HTML) \
- --title="The Ethereal Network Analyzer $(VERSION)" \
- --noindex \
+ $(POD2HTML) \
+ --title="The Ethereal Network Analyzer $(VERSION)" \
+ --noindex \
ethereal-tmp.pod > ../ethereal.html
../tethereal.1: tethereal.pod ../config.h
- $(POD2MAN) \
- --center="The Ethereal Network Analyzer" \
- --release=$(VERSION) \
+ $(POD2MAN) \
+ --center="The Ethereal Network Analyzer" \
+ --release=$(VERSION) \
$(srcdir)/tethereal.pod > ../tethereal.1
../tethereal.html: tethereal.pod ../config.h
- $(POD2HTML) \
- --title="tethereal - The Ethereal Network Analyzer $(VERSION)" \
- --noindex \
+ $(POD2HTML) \
+ --title="tethereal - The Ethereal Network Analyzer $(VERSION)" \
+ --noindex \
$(srcdir)/tethereal.pod > ../tethereal.html
../ethereal-filter.4: ethereal-filter.pod ../config.h
- $(POD2MAN) \
- --section=4 \
- --center="The Ethereal Network Analyzer" \
- --release=$(VERSION) \
+ $(POD2MAN) \
+ --section=4 \
+ --center="The Ethereal Network Analyzer" \
+ --release=$(VERSION) \
ethereal-filter.pod > ../ethereal-filter.4
../ethereal-filter.html: ethereal-filter.pod ../config.h
- $(POD2HTML) \
- --title="ethereal-filter - The Ethereal Network Analyzer $(VERSION)" \
- --noindex \
+ $(POD2HTML) \
+ --title="ethereal-filter - The Ethereal Network Analyzer $(VERSION)" \
+ --noindex \
ethereal-filter.pod > ../ethereal-filter.html
ethereal-filter.pod: ethereal-filter.pod.template ../tethereal
../tethereal -G fields | $(PERL) $(srcdir)/dfilter2pod.pl $(srcdir)/ethereal-filter.pod.template > ethereal-filter.pod
../capinfos.1: capinfos.pod ../config.h
- $(POD2MAN) \
- --center="The Ethereal Network Analyzer" \
- --release=$(VERSION) \
+ $(POD2MAN) \
+ --center="The Ethereal Network Analyzer" \
+ --release=$(VERSION) \
$(srcdir)/capinfos.pod > ../capinfos.1
../capinfos.html: capinfos.pod ../config.h
- $(POD2HTML) \
- --title="capinfos - The Ethereal Network Analyzer $(VERSION)" \
- --noindex \
+ $(POD2HTML) \
+ --title="capinfos - The Ethereal Network Analyzer $(VERSION)" \
+ --noindex \
$(srcdir)/capinfos.pod > ../capinfos.html
../editcap.1: editcap.pod ../config.h
- $(POD2MAN) \
- --center="The Ethereal Network Analyzer" \
- --release=$(VERSION) \
+ $(POD2MAN) \
+ --center="The Ethereal Network Analyzer" \
+ --release=$(VERSION) \
$(srcdir)/editcap.pod > ../editcap.1
../editcap.html: editcap.pod ../config.h
- $(POD2HTML) \
- --title="editcap - The Ethereal Network Analyzer $(VERSION)" \
- --noindex \
+ $(POD2HTML) \
+ --title="editcap - The Ethereal Network Analyzer $(VERSION)" \
+ --noindex \
$(srcdir)/editcap.pod > ../editcap.html
../idl2eth.1: idl2eth.pod ../config.h
- $(POD2MAN) \
- --center="The Ethereal Network Analyzer" \
- --release=$(VERSION) \
+ $(POD2MAN) \
+ --center="The Ethereal Network Analyzer" \
+ --release=$(VERSION) \
$(srcdir)/idl2eth.pod > ../idl2eth.1
../idl2eth.html: idl2eth.pod ../config.h
- $(POD2HTML) \
- --title="idl2eth - The Ethereal Network Analyzer $(VERSION)" \
- --noindex \
+ $(POD2HTML) \
+ --title="idl2eth - The Ethereal Network Analyzer $(VERSION)" \
+ --noindex \
$(srcdir)/idl2eth.pod > ../idl2eth.html
../mergecap.1: mergecap.pod ../config.h
- $(POD2MAN) \
- --center="The Ethereal Network Analyzer" \
- --release=$(VERSION) \
+ $(POD2MAN) \
+ --center="The Ethereal Network Analyzer" \
+ --release=$(VERSION) \
$(srcdir)/mergecap.pod > ../mergecap.1
../mergecap.html: mergecap.pod ../config.h
- $(POD2HTML) \
- --title="mergecap - The Ethereal Network Analyzer $(VERSION)" \
- --noindex \
+ $(POD2HTML) \
+ --title="mergecap - The Ethereal Network Analyzer $(VERSION)" \
+ --noindex \
$(srcdir)/mergecap.pod > ../mergecap.html
../text2pcap.1: text2pcap.pod ../config.h
- $(POD2MAN) \
- --center="The Ethereal Network Analyzer" \
- --release=$(VERSION) \
+ $(POD2MAN) \
+ --center="The Ethereal Network Analyzer" \
+ --release=$(VERSION) \
$(srcdir)/text2pcap.pod > ../text2pcap.1
../text2pcap.html: text2pcap.pod ../config.h
$(POD2HTML) \
- --title="text2pcap - The Ethereal Network Analyzer $(VERSION)" \
- --noindex \
+ --title="text2pcap - The Ethereal Network Analyzer $(VERSION)" \
+ --noindex \
$(srcdir)/text2pcap.pod > ../text2pcap.html
CLEANFILES = \
@@ -151,3 +151,7 @@ DISTCLEANFILES = \
pod2htmi.tmp \
pod2htmd.tmp \
*~
+
+MAINTAINERCLEANFILES = \
+ Makefile.in
+