aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2008-02-24 02:00:40 +0000
committerGuy Harris <guy@alum.mit.edu>2008-02-24 02:00:40 +0000
commit885fec709ba7770358dbd08be805b4a0e9b7df8f (patch)
tree75cb4572948fcbb829595de3f9ed39d194515309 /Makefile.am
parent5ff0326b902d44720bf1f2b1ae4af78f1f345142 (diff)
Include docbook/ws.css in the release tarball, as we need it for
building man pages. Make ws.css in the current directory depend on $(srcdir)/docbook/ws.css, not just docbook/ws.css, so that builds work outside the source directory. Clean up ws.css in the current directory when doing "make distclean". svn path=/trunk/; revision=24449
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index ea37737a10..7681c7745e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -523,7 +523,8 @@ CLEANFILES = \
DISTCLEANFILES = \
AUTHORS-SHORT \
AUTHORS-SHORT-FORMAT \
- ps.c
+ ps.c \
+ ws.css
MAINTAINERCLEANFILES = \
$(GENERATED_FILES) \
@@ -610,6 +611,7 @@ EXTRA_DIST = \
doc/wireshark-filter.pod.template \
doc/wireshark.pod \
docbook/Makefile.auto.am \
+ docbook/ws.css \
doxygen.cfg.in \
dumpcap.c \
editcap.c \
@@ -840,8 +842,8 @@ rawshark.1: doc/rawshark.pod
(cd doc ; \
$(MAKE) ../rawshark.1 )
-ws.css: docbook/ws.css
- cp docbook/ws.css .
+ws.css: $(srcdir)/docbook/ws.css
+ cp $(srcdir)/docbook/ws.css .
wireshark.html: doc/wireshark.pod AUTHORS-SHORT-FORMAT ws.css
(cd doc ; \