I know we've been going back and forth about this one, but for the downloadable documentation that Alexandre is preparing the default output looks really good, certainly good enough that it's not worth keeping this stylesheet in the tree. Now, I am not suggesting we get rid of it completely, as we should add it back in the tools/ CVS module. But we can worry about that later, for now we can just get rid of it from the wine tree. ChangeLog Remove the default.dsl sheet -- the default is good enough. Index: Makefile.in =================================================================== RCS file: /var/cvs/wine/documentation/Makefile.in,v retrieving revision 1.37 diff -u -r1.37 Makefile.in --- Makefile.in 19 Sep 2003 00:10:02 -0000 1.37 +++ Makefile.in 20 Sep 2003 06:58:53 -0000 @@ -74,7 +74,7 @@ .SUFFIXES: .sgml .html .pdf .ps .txt .sgml.html: - $(DB2HTML) -u -d $(SRCDIR)/default.dsl $< + $(DB2HTML) -u $< .sgml.pdf: $(DB2PDF) $< -- Dimi.