aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/Makefile.common
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-02-10 22:12:22 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-02-10 22:12:22 +0000
commite6b0f7cdfd0f3e25543258467760deb18e0eb2d1 (patch)
tree60232993dfa541da0f4b561af3ad1953bcc777b5 /docbook/Makefile.common
parent733b6702be4d7d598f2fc8022ae2732261d91b3d (diff)
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 'docbook/Makefile.common')
-rw-r--r--docbook/Makefile.common14
1 files changed, 9 insertions, 5 deletions
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 \