From e6b0f7cdfd0f3e25543258467760deb18e0eb2d1 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Wed, 10 Feb 2010 22:12:22 +0000 Subject: 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 --- Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3