On Thu, 17 Apr 2003, Francois Gouget wrote: > IMHO, rather than removing these lines, it would be better to modify > them to attach the file to the proper book: wine-user.sgml or > winelib-user.sgml. That is a good idea, thank you. Does this one look better? Rember to: cvs rm -rf documentation/wine-doc.sgml after applying the patch. ChangeLog Dimitrie O. Paun <dpaun@rogers.com> Remove the generation of all documentation in one document. Index: documentation/Makefile.in =================================================================== RCS file: /home/wine/wine/documentation/Makefile.in,v retrieving revision 1.30 diff -u -r1.30 Makefile.in --- documentation/Makefile.in 14 Apr 2003 21:31:49 -0000 1.30 +++ documentation/Makefile.in 18 Apr 2003 05:43:25 -0000 @@ -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: Index: documentation/architecture.sgml =================================================================== RCS file: /home/wine/wine/documentation/architecture.sgml,v retrieving revision 1.6 diff -u -r1.6 architecture.sgml --- documentation/architecture.sgml 1 Apr 2003 03:26:13 -0000 1.6 +++ documentation/architecture.sgml 18 Apr 2003 05:43:27 -0000 @@ -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: --> Index: documentation/bugs.sgml =================================================================== RCS file: /home/wine/wine/documentation/bugs.sgml,v retrieving revision 1.10 diff -u -r1.10 bugs.sgml --- documentation/bugs.sgml 1 Apr 2003 03:26:13 -0000 1.10 +++ documentation/bugs.sgml 18 Apr 2003 05:43:27 -0000 @@ -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: --> Index: documentation/build.sgml =================================================================== RCS file: /home/wine/wine/documentation/build.sgml,v retrieving revision 1.3 diff -u -r1.3 build.sgml --- documentation/build.sgml 1 Apr 2003 03:26:13 -0000 1.3 +++ documentation/build.sgml 18 Apr 2003 05:43:27 -0000 @@ -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: --> Index: documentation/compiling.sgml =================================================================== RCS file: /home/wine/wine/documentation/compiling.sgml,v retrieving revision 1.6 diff -u -r1.6 compiling.sgml --- documentation/compiling.sgml 1 Apr 2003 03:26:13 -0000 1.6 +++ documentation/compiling.sgml 18 Apr 2003 05:43:28 -0000 @@ -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: --> Index: documentation/configuring.sgml =================================================================== RCS file: /home/wine/wine/documentation/configuring.sgml,v retrieving revision 1.24 diff -u -r1.24 configuring.sgml --- documentation/configuring.sgml 1 Apr 2003 03:26:13 -0000 1.24 +++ documentation/configuring.sgml 18 Apr 2003 05:43:34 -0000 @@ -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: --> Index: documentation/consoles.sgml =================================================================== RCS file: /home/wine/wine/documentation/consoles.sgml,v retrieving revision 1.4 diff -u -r1.4 consoles.sgml --- documentation/consoles.sgml 10 Mar 2003 19:06:46 -0000 1.4 +++ documentation/consoles.sgml 18 Apr 2003 05:43:34 -0000 @@ -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: --> Index: documentation/cvs-regression.sgml =================================================================== RCS file: /home/wine/wine/documentation/cvs-regression.sgml,v retrieving revision 1.4 diff -u -r1.4 cvs-regression.sgml --- documentation/cvs-regression.sgml 1 Apr 2003 03:26:13 -0000 1.4 +++ documentation/cvs-regression.sgml 18 Apr 2003 05:43:34 -0000 @@ -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: --> Index: documentation/cvs.sgml =================================================================== RCS file: /home/wine/wine/documentation/cvs.sgml,v retrieving revision 1.1 diff -u -r1.1 cvs.sgml --- documentation/cvs.sgml 1 Apr 2003 03:26:13 -0000 1.1 +++ documentation/cvs.sgml 18 Apr 2003 05:43:35 -0000 @@ -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: --> Index: documentation/debugger.sgml =================================================================== RCS file: /home/wine/wine/documentation/debugger.sgml,v retrieving revision 1.19 diff -u -r1.19 debugger.sgml --- documentation/debugger.sgml 1 Apr 2003 03:26:13 -0000 1.19 +++ documentation/debugger.sgml 18 Apr 2003 05:43:37 -0000 @@ -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: --> Index: documentation/debugging.sgml =================================================================== RCS file: /home/wine/wine/documentation/debugging.sgml,v retrieving revision 1.7 diff -u -r1.7 debugging.sgml --- documentation/debugging.sgml 14 Aug 2002 20:59:33 -0000 1.7 +++ documentation/debugging.sgml 18 Apr 2003 05:43:38 -0000 @@ -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: --> Index: documentation/dlls.sgml =================================================================== RCS file: /home/wine/wine/documentation/dlls.sgml,v retrieving revision 1.3 diff -u -r1.3 dlls.sgml --- documentation/dlls.sgml 1 Apr 2003 03:26:13 -0000 1.3 +++ documentation/dlls.sgml 18 Apr 2003 05:43:40 -0000 @@ -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: --> Index: documentation/documentation.sgml =================================================================== RCS file: /home/wine/wine/documentation/documentation.sgml,v retrieving revision 1.7 diff -u -r1.7 documentation.sgml --- documentation/documentation.sgml 1 Apr 2003 03:26:13 -0000 1.7 +++ documentation/documentation.sgml 18 Apr 2003 05:43:43 -0000 @@ -1737,6 +1737,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: --> Index: documentation/faq.sgml =================================================================== RCS file: /home/wine/wine/documentation/faq.sgml,v retrieving revision 1.8 diff -u -r1.8 faq.sgml --- documentation/faq.sgml 1 Apr 2003 03:26:13 -0000 1.8 +++ documentation/faq.sgml 18 Apr 2003 05:43:46 -0000 @@ -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: --> Index: documentation/fonts.sgml =================================================================== RCS file: /home/wine/wine/documentation/fonts.sgml,v retrieving revision 1.13 diff -u -r1.13 fonts.sgml --- documentation/fonts.sgml 1 Apr 2003 03:26:13 -0000 1.13 +++ documentation/fonts.sgml 18 Apr 2003 05:43:47 -0000 @@ -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: --> Index: documentation/getting.sgml =================================================================== RCS file: /home/wine/wine/documentation/getting.sgml,v retrieving revision 1.11 diff -u -r1.11 getting.sgml --- documentation/getting.sgml 7 Apr 2003 23:20:08 -0000 1.11 +++ documentation/getting.sgml 18 Apr 2003 05:43:48 -0000 @@ -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: --> Index: documentation/i18n.sgml =================================================================== RCS file: /home/wine/wine/documentation/i18n.sgml,v retrieving revision 1.3 diff -u -r1.3 i18n.sgml --- documentation/i18n.sgml 13 Dec 2000 21:52:37 -0000 1.3 +++ documentation/i18n.sgml 18 Apr 2003 05:43:48 -0000 @@ -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: --> Index: documentation/implementation.sgml =================================================================== RCS file: /home/wine/wine/documentation/implementation.sgml,v retrieving revision 1.5 diff -u -r1.5 implementation.sgml --- documentation/implementation.sgml 1 Apr 2003 03:26:13 -0000 1.5 +++ documentation/implementation.sgml 18 Apr 2003 05:43:49 -0000 @@ -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: --> Index: documentation/installing.sgml =================================================================== RCS file: /home/wine/wine/documentation/installing.sgml,v retrieving revision 1.10 diff -u -r1.10 installing.sgml --- documentation/installing.sgml 1 Apr 2003 03:26:13 -0000 1.10 +++ documentation/installing.sgml 18 Apr 2003 05:43:49 -0000 @@ -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: --> Index: documentation/introduction.sgml =================================================================== RCS file: /home/wine/wine/documentation/introduction.sgml,v retrieving revision 1.10 diff -u -r1.10 introduction.sgml --- documentation/introduction.sgml 7 Apr 2003 23:20:08 -0000 1.10 +++ documentation/introduction.sgml 18 Apr 2003 05:43:50 -0000 @@ -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: --> Index: documentation/make_winehq =================================================================== RCS file: /home/wine/wine/documentation/make_winehq,v retrieving revision 1.7 diff -u -r1.7 make_winehq --- documentation/make_winehq 14 Apr 2003 21:31:49 -0000 1.7 +++ documentation/make_winehq 18 Apr 2003 05:43:50 -0000 @@ -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 Index: documentation/multimedia.sgml =================================================================== RCS file: /home/wine/wine/documentation/multimedia.sgml,v retrieving revision 1.5 diff -u -r1.5 multimedia.sgml --- documentation/multimedia.sgml 1 Apr 2003 03:26:13 -0000 1.5 +++ documentation/multimedia.sgml 18 Apr 2003 05:43:52 -0000 @@ -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: --> Index: documentation/ole.sgml =================================================================== RCS file: /home/wine/wine/documentation/ole.sgml,v retrieving revision 1.2 diff -u -r1.2 ole.sgml --- documentation/ole.sgml 5 Jan 2003 01:08:56 -0000 1.2 +++ documentation/ole.sgml 18 Apr 2003 05:43:53 -0000 @@ -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: --> Index: documentation/opengl.sgml =================================================================== RCS file: /home/wine/wine/documentation/opengl.sgml,v retrieving revision 1.3 diff -u -r1.3 opengl.sgml --- documentation/opengl.sgml 18 Jan 2001 23:03:47 -0000 1.3 +++ documentation/opengl.sgml 18 Apr 2003 05:43:53 -0000 @@ -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: --> Index: documentation/patches.sgml =================================================================== RCS file: /home/wine/wine/documentation/patches.sgml,v retrieving revision 1.7 diff -u -r1.7 patches.sgml --- documentation/patches.sgml 7 Mar 2003 20:34:01 -0000 1.7 +++ documentation/patches.sgml 18 Apr 2003 05:43:54 -0000 @@ -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: --> Index: documentation/porting.sgml =================================================================== RCS file: /home/wine/wine/documentation/porting.sgml,v retrieving revision 1.4 diff -u -r1.4 porting.sgml --- documentation/porting.sgml 5 Jan 2003 01:08:56 -0000 1.4 +++ documentation/porting.sgml 18 Apr 2003 05:43:54 -0000 @@ -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: --> Index: documentation/printing.sgml =================================================================== RCS file: /home/wine/wine/documentation/printing.sgml,v retrieving revision 1.13 diff -u -r1.13 printing.sgml --- documentation/printing.sgml 1 Apr 2003 03:26:13 -0000 1.13 +++ documentation/printing.sgml 18 Apr 2003 05:43:55 -0000 @@ -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: --> Index: documentation/running.sgml =================================================================== RCS file: /home/wine/wine/documentation/running.sgml,v retrieving revision 1.18 diff -u -r1.18 running.sgml --- documentation/running.sgml 1 Apr 2003 03:26:13 -0000 1.18 +++ documentation/running.sgml 18 Apr 2003 05:43:57 -0000 @@ -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: --> Index: documentation/testing.sgml =================================================================== RCS file: /home/wine/wine/documentation/testing.sgml,v retrieving revision 1.5 diff -u -r1.5 testing.sgml --- documentation/testing.sgml 20 Jan 2003 23:36:22 -0000 1.5 +++ documentation/testing.sgml 18 Apr 2003 05:43:59 -0000 @@ -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: --> Index: documentation/tools.sgml =================================================================== RCS file: /home/wine/wine/documentation/tools.sgml,v retrieving revision 1.2 diff -u -r1.2 tools.sgml --- documentation/tools.sgml 13 Dec 2000 21:52:37 -0000 1.2 +++ documentation/tools.sgml 18 Apr 2003 05:43:59 -0000 @@ -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: --> Index: documentation/winelib-bindlls.sgml =================================================================== RCS file: /home/wine/wine/documentation/winelib-bindlls.sgml,v retrieving revision 1.7 diff -u -r1.7 winelib-bindlls.sgml --- documentation/winelib-bindlls.sgml 1 Apr 2003 03:26:13 -0000 1.7 +++ documentation/winelib-bindlls.sgml 18 Apr 2003 05:43:59 -0000 @@ -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: --> Index: documentation/winelib-intro.sgml =================================================================== RCS file: /home/wine/wine/documentation/winelib-intro.sgml,v retrieving revision 1.5 diff -u -r1.5 winelib-intro.sgml --- documentation/winelib-intro.sgml 9 Aug 2002 00:58:27 -0000 1.5 +++ documentation/winelib-intro.sgml 18 Apr 2003 05:43:59 -0000 @@ -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: --> Index: documentation/winelib-mfc.sgml =================================================================== RCS file: /home/wine/wine/documentation/winelib-mfc.sgml,v retrieving revision 1.3 diff -u -r1.3 winelib-mfc.sgml --- documentation/winelib-mfc.sgml 24 Jul 2002 19:01:11 -0000 1.3 +++ documentation/winelib-mfc.sgml 18 Apr 2003 05:44:00 -0000 @@ -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: --> Index: documentation/winelib-pkg.sgml =================================================================== RCS file: /home/wine/wine/documentation/winelib-pkg.sgml,v retrieving revision 1.1 diff -u -r1.1 winelib-pkg.sgml --- documentation/winelib-pkg.sgml 24 Jan 2001 19:36:24 -0000 1.1 +++ documentation/winelib-pkg.sgml 18 Apr 2003 05:44:00 -0000 @@ -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: --> Index: documentation/winelib-porting.sgml =================================================================== RCS file: /home/wine/wine/documentation/winelib-porting.sgml,v retrieving revision 1.4 diff -u -r1.4 winelib-porting.sgml --- documentation/winelib-porting.sgml 1 Apr 2003 03:26:13 -0000 1.4 +++ documentation/winelib-porting.sgml 18 Apr 2003 05:44:01 -0000 @@ -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: --> Index: documentation/winelib-toolkit.sgml =================================================================== RCS file: /home/wine/wine/documentation/winelib-toolkit.sgml,v retrieving revision 1.6 diff -u -r1.6 winelib-toolkit.sgml --- documentation/winelib-toolkit.sgml 1 Apr 2003 03:26:13 -0000 1.6 +++ documentation/winelib-toolkit.sgml 18 Apr 2003 05:44:02 -0000 @@ -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: --> -- Dimi.