summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorBalint Reczey <balint@balintreczey.hu>2013-03-06 13:31:08 +0000
committerBalint Reczey <balint@balintreczey.hu>2013-03-06 13:31:08 +0000
commita8f543b56b86e1ac5246c70918dc7cb0f372ed77 (patch)
tree5aa30d8c53957d915c3ef987af3ee5bff4893adf /doc/Makefile.am
parent974c0e18b9af3da1fdea4363f4abe37259238498 (diff)
downloadwireshark-a8f543b56b86e1ac5246c70918dc7cb0f372ed77.tar.gz
Merge asn2deb and idl2deb from official Debian package
svn path=/trunk/; revision=48133
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am20
1 files changed, 19 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 741bb4437b..ce0000f01e 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -79,7 +79,7 @@ man_MANS =
# Build these in case a developer wants to read them and for the Debian
# development package.
# (The former arguably should be in noinst_MANS but it didn't work for me.)
-noinst_DATA = idl2wrs.1 idl2wrs.html
+noinst_DATA = asn2deb.1 asn2deb.html idl2deb.1 idl2deb.html idl2wrs.1 idl2wrs.html
pkgdata_DATA = AUTHORS-SHORT $(top_srcdir)/docbook/ws.css wireshark.html \
tshark.html wireshark-filter.html capinfos.html editcap.html \
@@ -117,6 +117,20 @@ AM_V_POD2HTML = $(am__v_POD2HTML_@AM_V@)
am__v_POD2HTML_ = $(am__v_POD2HTML_@AM_DEFAULT_V@)
am__v_POD2HTML_0 = @echo " POD2HTML" $@;
+%.1: %.pod ../config.h
+ $(AM_V_POD2MAN)$(POD2MAN) \
+ --center="The Wireshark Network Analyzer" \
+ --release=$(VERSION) \
+ $< > $@
+
+%.html: %.pod ../config.h
+ $(AM_V_POD2HTML)$(POD2HTML) \
+ --title="The Wireshark Network Analyzer $(VERSION)" \
+ --css=$(top_srcdir)/docbook/ws.css \
+ --noindex \
+ $< > $@
+
+
wireshark.1: wireshark.pod ../config.h
$(AM_V_POD2MAN)$(POD2MAN) \
--center="The Wireshark Network Analyzer" \
@@ -301,6 +315,10 @@ CLEANFILES = \
dumpcap.html \
editcap.1 \
editcap.html \
+ asn2deb.1 \
+ asn2deb.html \
+ idl2deb.1 \
+ idl2deb.html \
idl2wrs.1 \
idl2wrs.html \
mergecap.1 \