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 --- docbook/Makefile.common | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'docbook/Makefile.common') diff --git a/docbook/Makefile.common b/docbook/Makefile.common index 210123c718..e9c39dba2a 100644 --- a/docbook/Makefile.common +++ b/docbook/Makefile.common @@ -179,8 +179,9 @@ WSDG_GRAPHICS = \ WSUG_SOURCE = \ user-guide.xml \ svn_version.xml \ + GPL_appendix.xml \ + custom_layer_pdf.xsl \ Makefile \ - wsluarm \ $(WSUG_FILES) \ $(WSUG_GRAPHICS) @@ -188,6 +189,8 @@ WSUG_SOURCE = \ WSDG_SOURCE = \ developer-guide.xml \ svn_version.xml \ + GPL_appendix.xml \ + custom_layer_pdf.xsl \ Makefile \ $(WSDG_FILES) \ $(WSDG_GRAPHICS) @@ -205,14 +208,10 @@ CLEANFILES = \ *.pdf \ *.validated \ wsdg_chm \ - wsdg_html \ wsdg_html.zip \ - wsdg_html_chunked \ wsdg_html_chunked.zip \ wsug_chm \ - wsug_html \ wsug_html.zip \ - wsug_html_chunked \ wsug_html_chunked.zip \ htmlhelp.* \ release_notes_chm \ @@ -223,6 +222,11 @@ CLEANFILES = \ wsluarm \ wsluarm_src/*.xml +CLEANDIRS = \ + wsdg_html \ + wsdg_html_chunked \ + wsug_html \ + wsug_html_chunked WSLUA_MODULES = \ ../epan/wslua/wslua_dumper.c \ -- cgit v1.2.1