diff options
author | Jeff Morriss <jeff.morriss@ulticom.com> | 2010-02-10 22:12:22 +0000 |
---|---|---|
committer | Jeff Morriss <jeff.morriss@ulticom.com> | 2010-02-10 22:12:22 +0000 |
commit | e6b0f7cdfd0f3e25543258467760deb18e0eb2d1 (patch) | |
tree | 60232993dfa541da0f4b561af3ad1953bcc777b5 /Makefile.am | |
parent | 733b6702be4d7d598f2fc8022ae2732261d91b3d (diff) | |
download | wireshark-e6b0f7cdfd0f3e25543258467760deb18e0eb2d1.tar.gz wireshark-e6b0f7cdfd0f3e25543258467760deb18e0eb2d1.tar.bz2 wireshark-e6b0f7cdfd0f3e25543258467760deb18e0eb2d1.zip |
Use automake to build things in docbook/ .
This at least gets the docbook source distributed, as requested in:
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3871
Still to do:
1) get out-of-source-tree builds working
2) automatically check that everything is distributed with distcheck
(requires (1) but it may also require building the docbook
directory as part of "make all")
3) (optional) use automake rules to actually build the stuff (currently
Makefile.am is basically some automake stuff wrapped around standard
Makefile rules. Could this done better?)
svn path=/trunk/; revision=31858
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 3cd33e4133..fa305790bc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -622,8 +622,6 @@ EXTRA_DIST = \ debian/wireshark.manpages \ debian/wireshark.menu \ dfilters \ - docbook/Makefile.auto.am \ - docbook/ws.css \ doxygen.cfg.in \ dumpcap.c \ editcap.c \ @@ -824,7 +822,7 @@ else install-exec-hook: endif -DIST_SUBDIRS = asn1 codecs doc epan gtk help packaging plugins tools wiretap wsutil +DIST_SUBDIRS = asn1 codecs doc epan gtk help packaging plugins tools wiretap wsutil docbook if HAVE_PLUGINS SUBDIRS = tools wsutil wiretap epan plugins packaging help @wireshark_SUBDIRS@ . doc |