docs: faq build

Dimitrie O. Paun dpaun at rogers.com
Thu Sep 18 00:14:26 CDT 2003


The fact that the FAQ is now SGML does not warant
building it in all sorts of formats, and including
it in the docs tarball. Just because we can, does
not mean we should.

In fact, theoretically we should move this over
to the lostwages/ modules, this is part of the
WineHQ proper, not the wine tree.

For now, eliminate it from the doc tarball, and
build it as a single file for easier testing.

ChangeLog
    Remove the FAQ from the doc tarball.
    Build it as a single .html file, no need for a dir.

Index: documentation/Makefile.in
===================================================================
RCS file: /var/cvs/wine/documentation/Makefile.in,v
retrieving revision 1.35
diff -u -r1.35 Makefile.in
--- documentation/Makefile.in	17 Sep 2003 22:38:39 -0000	1.35
+++ documentation/Makefile.in	18 Sep 2003 05:07:50 -0000
@@ -49,14 +49,10 @@
 	winelib-porting.sgml \
 	winelib-toolkit.sgml
 
-WINE_FAQ_SRCS = \
-	faq.sgml
-
 MAN_TARGETS = wine.man
 
 ALLBOOKS = \
 	wine-devel \
-	wine-faq \
 	wine-user \
 	winelib-user
 
@@ -84,9 +80,11 @@
 	$(DB2PS) $< >/dev/null
 
 wine-devel.pdf wine-devel.ps wine-devel/index.html: $(WINE_DEVEL_SRCS)
-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-faq.html: wine-faq.sgml faq.sgml
+	$(DB2HTML) -u -d $(SRCDIR)/default.dsl $<
 
 wine.man: wine.man.in
 	sed -e 's, at bindir\@,$(bindir),g' -e 's, at dlldir\@,$(dlldir),g' -e 's, at PACKAGE_STRING\@, at PACKAGE_STRING@,g' $(SRCDIR)/wine.man.in >$@ || ($(RM) $@ && false)


-- 
Dimi.




More information about the wine-patches mailing list