WineHQ: fix doc building

Dimitrie O. Paun dimi at intelliware.ca
Fri Mar 26 10:55:39 CST 2004


When creating the one big page HTML for winedoc-xxx,
it seems that my doctools create a winedoc-xxx/ dir,
and in there it creates a winedoc-xxx.html file...

You may want to check what's happening on WineHQ,
by doing in the documentation/ dir:

db2html -u -d /path/to/winehtml.dsl wine-user.sgml

And see where the output goes...

ChangeLog
    Dimitrie O. Paun <dpaun at rogers.com>
    Fix the one-big-page HTML generation.

Index: make_winehq
===================================================================
RCS file: /home/wine/tools/make_winehq,v
retrieving revision 1.4
diff -u -r1.4 make_winehq
--- make_winehq 11 Mar 2004 22:27:31 -0000      1.4
+++ make_winehq 26 Mar 2004 16:51:43 -0000
@@ -158,6 +158,8 @@
     copy("$argv0_dir/winedoc.css","$book");
     psystem("db2html","-u", "-d","$argv0_dir/winehtml.dsl", "$book.sgml");
     psystem("db2pdf", "-d","$argv0_dir/wineprint.dsl","$book.sgml");
+    psystem("cp", "$book/$book.html", ".");
+    psystem("rm", "-rf", "$book");
     psystem("db2ps",  "-d","$argv0_dir/wineprint.dsl","$book.sgml");
     print "\n";
 }


-- 
Dimi.




More information about the wine-patches mailing list