From 4be9eaddb33e5e5da91a2864e8a380672a4dcd6e Mon Sep 17 00:00:00 2001 From: Jaap Keuter Date: Tue, 6 Jun 2006 23:23:26 +0000 Subject: [PATCH] Fixup edg -> wsdg svn path=/trunk/; revision=18373 --- docbook/Makefile | 28 +++++++++---------- docbook/catalog.xml | 2 +- docbook/developer-guide.xml | 4 +-- ...ace.xml => WSDG_chapter_userinterface.xml} | 0 ...{WSDG_works.xml => WSDG_chapter_works.xml} | 0 5 files changed, 17 insertions(+), 17 deletions(-) rename docbook/wsdg_src/{WSDG_userinterface.xml => WSDG_chapter_userinterface.xml} (100%) rename docbook/wsdg_src/{WSDG_works.xml => WSDG_chapter_works.xml} (100%) diff --git a/docbook/Makefile b/docbook/Makefile index a727905d98..f5e90849a2 100644 --- a/docbook/Makefile +++ b/docbook/Makefile @@ -23,7 +23,7 @@ FOP_OPTS=-Xmx256m #FOP=fop-0.20.5/fop.sh # # One SUSE 9.1 and 9.2 uncomment the following line (make sure you have at least fop-0.20.5-71.2) -#FOP=fop +FOP=fop # html help compiler (Win32 only) # Leave these commented out if you don't have HHC installed or you @@ -46,9 +46,9 @@ XMLLINT="xmllint" # Automatically generate .pdf files from .fo files .fo.pdf: - FOP_OPTS="$(FOP_OPTS)" $(FOP) $< $@ +# FOP_OPTS="$(FOP_OPTS)" $(FOP) $< $@ # On Debian use this line -# JAVA_OPTS="$(FOP_OPTS)" $(FOP) $< $@ + JAVA_OPTS="$(FOP_OPTS)" $(FOP) $< $@ WSUG_FILES = \ wsug_src/WSUG_app_files.xml \ @@ -179,17 +179,17 @@ WSUG_GRAPHICS = \ graphics/wireshark-main.png WSDG_FILES = \ - wsdg_src/EDG_chapter_build_intro.xml \ - wsdg_src/EDG_chapter_capture.xml \ - wsdg_src/EDG_chapter_dissection.xml \ - wsdg_src/EDG_chapter_env_intro.xml \ - wsdg_src/EDG_chapter_libraries.xml \ - wsdg_src/EDG_chapter_sources.xml \ - wsdg_src/EDG_chapter_tools.xml \ - wsdg_src/EDG_chapter_userinterface.xml \ - wsdg_src/EDG_chapter_works.xml \ - wsdg_src/EDG_meta_info.xml \ - wsdg_src/EDG_preface.xml + wsdg_src/WSDG_chapter_build_intro.xml \ + wsdg_src/WSDG_chapter_capture.xml \ + wsdg_src/WSDG_chapter_dissection.xml \ + wsdg_src/WSDG_chapter_env_intro.xml \ + wsdg_src/WSDG_chapter_libraries.xml \ + wsdg_src/WSDG_chapter_sources.xml \ + wsdg_src/WSDG_chapter_tools.xml \ + wsdg_src/WSDG_chapter_userinterface.xml \ + wsdg_src/WSDG_chapter_works.xml \ + wsdg_src/WSDG_meta_info.xml \ + wsdg_src/WSDG_preface.xml WSDG_GRAPHICS = \ wsdg_graphics/ethereal-capture-sync.dia \ diff --git a/docbook/catalog.xml b/docbook/catalog.xml index 16577f8c5b..f9894a5e09 100644 --- a/docbook/catalog.xml +++ b/docbook/catalog.xml @@ -1,5 +1,5 @@ - - - + + diff --git a/docbook/wsdg_src/WSDG_userinterface.xml b/docbook/wsdg_src/WSDG_chapter_userinterface.xml similarity index 100% rename from docbook/wsdg_src/WSDG_userinterface.xml rename to docbook/wsdg_src/WSDG_chapter_userinterface.xml diff --git a/docbook/wsdg_src/WSDG_works.xml b/docbook/wsdg_src/WSDG_chapter_works.xml similarity index 100% rename from docbook/wsdg_src/WSDG_works.xml rename to docbook/wsdg_src/WSDG_chapter_works.xml