Remove the generation of all documentation in one document.
diff --git a/documentation/Makefile.in b/documentation/Makefile.in index 203d01f..40db5bb 100644 --- a/documentation/Makefile.in +++ b/documentation/Makefile.in
@@ -3,7 +3,6 @@ SRCDIR = @srcdir@ VPATH = @srcdir@ MODULE = none -BOOKNAME = wine-doc DB2HTML = @DB2HTML@ DB2PDF = @DB2PDF@ DB2PS = @DB2PS@ @@ -83,10 +82,7 @@ pdf: $(ALLBOOKS:%=%.pdf) ps: $(ALLBOOKS:%=%.ps) -# this is the all-in-one book, not built by default -wine-doc: wine-doc/index.html wine-doc.pdf wine-doc.ps - -.PHONY: everything doc html pdf ps wine-doc dist +.PHONY: everything doc html pdf ps dist .SUFFIXES: .sgml /index.html .pdf .ps @@ -103,7 +99,6 @@ wine-faq.pdf wine-faq.ps wine-faq/index.html: $(WINE_FAQ_SRCS) wine-user.pdf wine-user.ps wine-user/index.html: $(WINE_USER_SRCS) winelib-user.pdf winelib-user.ps winelib-user/index.html: $(WINELIB_USER_SRCS) -wine-doc.pdf wine-doc.ps wine-doc/index.html: $(WINE_DOC_SRCS) wine.man: wine.man.in sed -e 's,@bindir\@,$(bindir),g' -e 's,@dlldir\@,$(dlldir),g' -e 's,@PACKAGE_STRING\@,@PACKAGE_STRING@,g' $(SRCDIR)/wine.man.in >$@ || $(RM) $@ @@ -139,6 +134,6 @@ clean:: $(RM) *.aux *.dvi *.out *.pdf *.ps *.tex *.log wine-doc-*.tar.gz $(MAN_TARGETS) - $(RM) -r wine-doc $(ALLBOOKS) html api-guide man$(api_manext) *.junk DBTOHTML_OUTPUT_DIR* + $(RM) -r $(ALLBOOKS) html api-guide man$(api_manext) *.junk DBTOHTML_OUTPUT_DIR* ### Dependencies:
diff --git a/documentation/architecture.sgml b/documentation/architecture.sgml index a4cb11c..2ce26a1 100644 --- a/documentation/architecture.sgml +++ b/documentation/architecture.sgml
@@ -1029,6 +1029,6 @@ <!-- Keep this comment at the end of the file Local variables: mode: sgml -sgml-parent-document:("wine-doc.sgml" "set" "book" "part" "chapter" "") +sgml-parent-document:("wine-devel.sgml" "set" "book" "part" "chapter" "") End: -->
diff --git a/documentation/bugs.sgml b/documentation/bugs.sgml index cb0ad43..5a56b0b 100644 --- a/documentation/bugs.sgml +++ b/documentation/bugs.sgml
@@ -435,6 +435,6 @@ <!-- Keep this comment at the end of the file Local variables: mode: sgml -sgml-parent-document:("wine-doc.sgml" "set" "book" "chapter" "") +sgml-parent-document:("wine-user.sgml" "set" "book" "chapter" "") End: -->
diff --git a/documentation/build.sgml b/documentation/build.sgml index c380bed..5a41927 100644 --- a/documentation/build.sgml +++ b/documentation/build.sgml
@@ -6,6 +6,6 @@ <!-- Keep this comment at the end of the file Local variables: mode: sgml -sgml-parent-document:("wine-doc.sgml" "set" "book" "part" "chapter" "") +sgml-parent-document:("wine-devel.sgml" "set" "book" "part" "chapter" "") End: -->
diff --git a/documentation/compiling.sgml b/documentation/compiling.sgml index bfa013e..7dd767f 100644 --- a/documentation/compiling.sgml +++ b/documentation/compiling.sgml
@@ -51,6 +51,6 @@ <!-- Keep this comment at the end of the file Local variables: mode: sgml -sgml-parent-document:("wine-doc.sgml" "set" "book" "part" "chapter" "") +sgml-parent-document:("wine-user.sgml" "set" "book" "part" "chapter" "") End: -->
diff --git a/documentation/configuring.sgml b/documentation/configuring.sgml index 196581c..a6496db 100644 --- a/documentation/configuring.sgml +++ b/documentation/configuring.sgml
@@ -3434,6 +3434,6 @@ <!-- Keep this comment at the end of the file Local variables: mode: sgml -sgml-parent-document:("wine-doc.sgml" "set" "book" "chapter" "") +sgml-parent-document:("wine-user.sgml" "set" "book" "chapter" "") End: -->
diff --git a/documentation/consoles.sgml b/documentation/consoles.sgml index 8b2e239..cb31a66 100644 --- a/documentation/consoles.sgml +++ b/documentation/consoles.sgml
@@ -181,6 +181,6 @@ <!-- Keep this comment at the end of the file Local variables: mode: sgml -sgml-parent-document:("wine-doc.sgml" "set" "book" "part" "chapter" "") +sgml-parent-document:("wine-devel.sgml" "set" "book" "part" "chapter" "") End: -->
diff --git a/documentation/cvs-regression.sgml b/documentation/cvs-regression.sgml index e5cd68b..a071aaa 100644 --- a/documentation/cvs-regression.sgml +++ b/documentation/cvs-regression.sgml
@@ -156,6 +156,6 @@ <!-- Keep this comment at the end of the file Local variables: mode: sgml - sgml-parent-document:("wine-doc.sgml" "set" "book" "part" "chapter" "") + sgml-parent-document:("wine-devel.sgml" "set" "book" "part" "chapter" "") End: -->
diff --git a/documentation/cvs.sgml b/documentation/cvs.sgml index 50fac40..17a0cdd 100644 --- a/documentation/cvs.sgml +++ b/documentation/cvs.sgml
@@ -326,6 +326,6 @@ <!-- Keep this comment at the end of the file Local variables: mode: sgml -sgml-parent-document:("wine-doc.sgml" "set" "book" "part" "chapter" "") +sgml-parent-document:("wine-devel.sgml" "set" "book" "part" "chapter" "") End: -->
diff --git a/documentation/debugger.sgml b/documentation/debugger.sgml index b60d54e..f36b4d7 100644 --- a/documentation/debugger.sgml +++ b/documentation/debugger.sgml
@@ -1731,6 +1731,6 @@ <!-- Keep this comment at the end of the file Local variables: mode: sgml -sgml-parent-document:("wine-doc.sgml" "set" "book" "part" "chapter" "") +sgml-parent-document:("wine-devel.sgml" "set" "book" "part" "chapter" "") End: -->
diff --git a/documentation/debugging.sgml b/documentation/debugging.sgml index 760b61a..528bb54 100644 --- a/documentation/debugging.sgml +++ b/documentation/debugging.sgml
@@ -514,6 +514,6 @@ <!-- Keep this comment at the end of the file Local variables: mode: sgml -sgml-parent-document:("wine-doc.sgml" "set" "book" "part" "chapter" "") +sgml-parent-document:("wine-devel.sgml" "set" "book" "part" "chapter" "") End: -->
diff --git a/documentation/dlls.sgml b/documentation/dlls.sgml index 0764ec2..477b5f4 100644 --- a/documentation/dlls.sgml +++ b/documentation/dlls.sgml
@@ -940,6 +940,6 @@ <!-- Keep this comment at the end of the file Local variables: mode: sgml -sgml-parent-document:("wine-doc.sgml" "set" "book" "part" "chapter" "") +sgml-parent-document:("wine-devel.sgml" "set" "book" "part" "chapter" "") End: -->
diff --git a/documentation/documentation.sgml b/documentation/documentation.sgml index ad7c782..33263f7 100644 --- a/documentation/documentation.sgml +++ b/documentation/documentation.sgml
@@ -1080,11 +1080,8 @@ single unit, you can place them all inside a set. This is useful when you want to bundle up documentation in alternate ways. We do this with - the Wine documentation, using a <sgmltag - class="starttag">set</sgmltag> to put everything - into a single directory (see - <filename>documentation/wine-doc.sgml</filename>), - and a <sgmltag class="starttag">book</sgmltag> to + the Wine documentation, using + <sgmltag class="starttag">book</sgmltag> to put each Wine guide into a separate directory (see <filename>documentation/wine-devel.sgml</filename>, etc.). @@ -1737,6 +1734,6 @@ <!-- Keep this comment at the end of the file Local variables: mode: sgml -sgml-parent-document:("wine-doc.sgml" "set" "book" "part" "chapter" "") +sgml-parent-document:("wine-devel.sgml" "set" "book" "part" "chapter" "") End: -->
diff --git a/documentation/faq.sgml b/documentation/faq.sgml index 4c10797..9688347 100644 --- a/documentation/faq.sgml +++ b/documentation/faq.sgml
@@ -1744,6 +1744,6 @@ <!-- Keep this comment at the end of the file Local variables: mode: sgml -sgml-parent-document:("wine-doc.sgml" "book" "part" "chapter" "") +sgml-parent-document:("wine-devel.sgml" "book" "part" "chapter" "") End: -->
diff --git a/documentation/fonts.sgml b/documentation/fonts.sgml index 9d4bb3e..de55aac 100644 --- a/documentation/fonts.sgml +++ b/documentation/fonts.sgml
@@ -499,6 +499,6 @@ <!-- Keep this comment at the end of the file Local variables: mode: sgml -sgml-parent-document:("wine-doc.sgml" "set" "book" "chapter" "") +sgml-parent-document:("wine-user.sgml" "set" "book" "chapter" "") End: -->
diff --git a/documentation/getting.sgml b/documentation/getting.sgml index e77b7fb..b36dd4a 100644 --- a/documentation/getting.sgml +++ b/documentation/getting.sgml
@@ -700,6 +700,6 @@ <!-- Keep this comment at the end of the file Local variables: mode: sgml -sgml-parent-document:("wine-doc.sgml" "set" "book" "chapter" "") +sgml-parent-document:("wine-user.sgml" "set" "book" "chapter" "") End: -->
diff --git a/documentation/i18n.sgml b/documentation/i18n.sgml index 3a9511c..7a0d8e8 100644 --- a/documentation/i18n.sgml +++ b/documentation/i18n.sgml
@@ -198,6 +198,6 @@ <!-- Keep this comment at the end of the file Local variables: mode: sgml -sgml-parent-document:("wine-doc.sgml" "set" "book" "part" "chapter" "") +sgml-parent-document:("wine-devel.sgml" "set" "book" "part" "chapter" "") End: -->
diff --git a/documentation/implementation.sgml b/documentation/implementation.sgml index 86a216c..224f0db 100644 --- a/documentation/implementation.sgml +++ b/documentation/implementation.sgml
@@ -530,6 +530,6 @@ <!-- Keep this comment at the end of the file Local variables: mode: sgml -sgml-parent-document:("wine-doc.sgml" "set" "book" "part" "chapter" "") +sgml-parent-document:("wine-devel.sgml" "set" "book" "part" "chapter" "") End: -->
diff --git a/documentation/installing.sgml b/documentation/installing.sgml index 6e42acc..f1a378e 100644 --- a/documentation/installing.sgml +++ b/documentation/installing.sgml
@@ -152,6 +152,6 @@ <!-- Keep this comment at the end of the file Local variables: mode: sgml -sgml-parent-document:("wine-doc.sgml" "set" "book" "chapter" "") +sgml-parent-document:("wine-user.sgml" "set" "book" "chapter" "") End: -->
diff --git a/documentation/introduction.sgml b/documentation/introduction.sgml index fbcad895..d8141b5 100644 --- a/documentation/introduction.sgml +++ b/documentation/introduction.sgml
@@ -515,6 +515,6 @@ <!-- Keep this comment at the end of the file Local variables: mode: sgml -sgml-parent-document:("wine-doc.sgml" "set" "book" "chapter" "") +sgml-parent-document:("wine-user.sgml" "set" "book" "chapter" "") End: -->
diff --git a/documentation/make_winehq b/documentation/make_winehq index 02a43b6..fec799b 100755 --- a/documentation/make_winehq +++ b/documentation/make_winehq
@@ -38,12 +38,6 @@ tar czf winedoc-html.tgz wine-user wine-devel winelib-user wine-faq cp winedoc-html.tgz "$WWWDIR" -## Create one-book HTML tarball -echo "./db2html-winehq wine-doc.sgml" -./db2html-winehq wine-doc.sgml -tar czf wine-set-html.tgz wine-doc -cp wine-set-html.tgz "$WWWDIR" - ## Create PostScript tarball echo "db2ps -d ./print.dsl wine-user.sgml" db2ps -d ./print.dsl wine-user.sgml > /dev/null 2>&1
diff --git a/documentation/multimedia.sgml b/documentation/multimedia.sgml index d706850..bf763d5 100644 --- a/documentation/multimedia.sgml +++ b/documentation/multimedia.sgml
@@ -1297,6 +1297,6 @@ <!-- Keep this comment at the end of the file Local variables: mode: sgml -sgml-parent-document:("wine-doc.sgml" "set" "book" "part" "chapter" "") +sgml-parent-document:("wine-devel.sgml" "set" "book" "part" "chapter" "") End: -->
diff --git a/documentation/ole.sgml b/documentation/ole.sgml index 47d0f7e..c92989c 100644 --- a/documentation/ole.sgml +++ b/documentation/ole.sgml
@@ -392,6 +392,6 @@ <!-- Keep this comment at the end of the file Local variables: mode: sgml -sgml-parent-document:("wine-doc.sgml" "set" "book" "part" "chapter" "") +sgml-parent-document:("wine-devel.sgml" "set" "book" "part" "chapter" "") End: -->
diff --git a/documentation/opengl.sgml b/documentation/opengl.sgml index 88dc083..712429d 100644 --- a/documentation/opengl.sgml +++ b/documentation/opengl.sgml
@@ -454,6 +454,6 @@ <!-- Keep this comment at the end of the file Local variables: mode: sgml -sgml-parent-document:("wine-doc.sgml" "set" "book" "part" "chapter" "") +sgml-parent-document:("wine-devel.sgml" "set" "book" "part" "chapter" "") End: -->
diff --git a/documentation/patches.sgml b/documentation/patches.sgml index 42c403e..6d239a1 100644 --- a/documentation/patches.sgml +++ b/documentation/patches.sgml
@@ -214,6 +214,6 @@ <!-- Keep this comment at the end of the file Local variables: mode: sgml -sgml-parent-document:("wine-doc.sgml" "set" "book" "part" "chapter" "") +sgml-parent-document:("wine-devel.sgml" "set" "book" "part" "chapter" "") End: -->
diff --git a/documentation/porting.sgml b/documentation/porting.sgml index b185b1d..603aa91 100644 --- a/documentation/porting.sgml +++ b/documentation/porting.sgml
@@ -387,6 +387,6 @@ <!-- Keep this comment at the end of the file Local variables: mode: sgml -sgml-parent-document:("wine-doc.sgml" "set" "book" "part" "chapter" "") +sgml-parent-document:("wine-devel.sgml" "set" "book" "part" "chapter" "") End: -->
diff --git a/documentation/printing.sgml b/documentation/printing.sgml index 9d36543..7cef465 100644 --- a/documentation/printing.sgml +++ b/documentation/printing.sgml
@@ -311,6 +311,6 @@ <!-- Keep this comment at the end of the file Local variables: mode: sgml -sgml-parent-document:("wine-doc.sgml" "set" "book" "chapter" "") +sgml-parent-document:("wine-user.sgml" "set" "book" "chapter" "") End: -->
diff --git a/documentation/running.sgml b/documentation/running.sgml index a91da25..41446d2 100644 --- a/documentation/running.sgml +++ b/documentation/running.sgml
@@ -742,6 +742,6 @@ <!-- Keep this comment at the end of the file Local variables: mode: sgml -sgml-parent-document:("wine-doc.sgml" "set" "book" "chapter" "") +sgml-parent-document:("wine-user.sgml" "set" "book" "chapter" "") End: -->
diff --git a/documentation/testing.sgml b/documentation/testing.sgml index e62e0d4..2a3ce36 100644 --- a/documentation/testing.sgml +++ b/documentation/testing.sgml
@@ -520,6 +520,6 @@ <!-- Keep this comment at the end of the file Local variables: mode: sgml -sgml-parent-document:("wine-doc.sgml" "set" "book" "part" "chapter" "") +sgml-parent-document:("wine-devel.sgml" "set" "book" "part" "chapter" "") End: -->
diff --git a/documentation/tools.sgml b/documentation/tools.sgml index e81806b..df3ee71 100644 --- a/documentation/tools.sgml +++ b/documentation/tools.sgml
@@ -89,6 +89,6 @@ <!-- Keep this comment at the end of the file Local variables: mode: sgml -sgml-parent-document:("wine-doc.sgml" "set" "book" "part" "chapter" "") +sgml-parent-document:("wine-devel.sgml" "set" "book" "part" "chapter" "") End: -->
diff --git a/documentation/winelib-bindlls.sgml b/documentation/winelib-bindlls.sgml index 200076f..6635c02 100644 --- a/documentation/winelib-bindlls.sgml +++ b/documentation/winelib-bindlls.sgml
@@ -304,6 +304,6 @@ <!-- Keep this comment at the end of the file Local variables: mode: sgml -sgml-parent-document:("wine-doc.sgml" "book" "chapter" "") +sgml-parent-document:("winelib-user.sgml" "book" "chapter" "") End: -->
diff --git a/documentation/winelib-intro.sgml b/documentation/winelib-intro.sgml index 421df49..1873fce 100644 --- a/documentation/winelib-intro.sgml +++ b/documentation/winelib-intro.sgml
@@ -426,6 +426,6 @@ <!-- Keep this comment at the end of the file Local variables: mode: sgml -sgml-parent-document:("wine-doc.sgml" "book" "chapter" "") +sgml-parent-document:("winelib-user.sgml" "book" "chapter" "") End: -->
diff --git a/documentation/winelib-mfc.sgml b/documentation/winelib-mfc.sgml index 47c8d73..3d07071 100644 --- a/documentation/winelib-mfc.sgml +++ b/documentation/winelib-mfc.sgml
@@ -231,6 +231,6 @@ <!-- Keep this comment at the end of the file Local variables: mode: sgml -sgml-parent-document:("wine-doc.sgml" "book" "chapter" "") +sgml-parent-document:("winelib-user.sgml" "book" "chapter" "") End: -->
diff --git a/documentation/winelib-pkg.sgml b/documentation/winelib-pkg.sgml index 55024d7..a8a1167 100644 --- a/documentation/winelib-pkg.sgml +++ b/documentation/winelib-pkg.sgml
@@ -10,6 +10,6 @@ <!-- Keep this comment at the end of the file Local variables: mode: sgml -sgml-parent-document:("wine-doc.sgml" "book" "chapter" "") +sgml-parent-document:("winelib-user.sgml" "book" "chapter" "") End: -->
diff --git a/documentation/winelib-porting.sgml b/documentation/winelib-porting.sgml index e85f455..236253d 100644 --- a/documentation/winelib-porting.sgml +++ b/documentation/winelib-porting.sgml
@@ -391,6 +391,6 @@ <!-- Keep this comment at the end of the file Local variables: mode: sgml -sgml-parent-document:("wine-doc.sgml" "book" "chapter" "") +sgml-parent-document:("winelib-user.sgml" "book" "chapter" "") End: -->
diff --git a/documentation/winelib-toolkit.sgml b/documentation/winelib-toolkit.sgml index 94b7592..3546155 100644 --- a/documentation/winelib-toolkit.sgml +++ b/documentation/winelib-toolkit.sgml
@@ -942,6 +942,6 @@ <!-- Keep this comment at the end of the file Local variables: mode: sgml -sgml-parent-document:("wine-doc.sgml" "book" "chapter" "") +sgml-parent-document:("winelib-user.sgml" "book" "chapter" "") End: -->