[Scummvm-cvs-logs] SF.net SVN: scummvm: [25022] docs/trunk/docbook

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Jan 6 03:03:53 CET 2007


Revision: 25022
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25022&view=rev
Author:   fingolfin
Date:     2007-01-05 18:03:53 -0800 (Fri, 05 Jan 2007)

Log Message:
-----------
Renamed Makefile.xsltproc to Makefile.fop; added a trivial Makefile which simply includes Makefile.dblatex by default

Modified Paths:
--------------
    docs/trunk/docbook/Makefile.common

Added Paths:
-----------
    docs/trunk/docbook/Makefile

Added: docs/trunk/docbook/Makefile
===================================================================
--- docs/trunk/docbook/Makefile	                        (rev 0)
+++ docs/trunk/docbook/Makefile	2007-01-06 02:03:53 UTC (rev 25022)
@@ -0,0 +1,3 @@
+include Makefile.dblatex
+#include Makefile.openjade
+#include Makefile.fop


Property changes on: docs/trunk/docbook/Makefile
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:keywords
   + Date Rev Author URL Id
Name: svn:eol-style
   + native

Modified: docs/trunk/docbook/Makefile.common
===================================================================
--- docs/trunk/docbook/Makefile.common	2007-01-06 02:02:34 UTC (rev 25021)
+++ docs/trunk/docbook/Makefile.common	2007-01-06 02:03:53 UTC (rev 25022)
@@ -6,8 +6,8 @@
 # Everything after here *should* be portable.
 #
 
-MANUAL_DST = manual.html manual.txt manual/index.html manual.pdf
-DEVGUIDE_DST = devguide.html devguide.txt devguide/index.html devguide.pdf
+MANUAL_DST = manual.html manual.txt manual.pdf
+DEVGUIDE_DST = devguide.html devguide.txt devguide.pdf
 FAQ_DST = faq.html faq.txt faq.pdf faq.inc
 
 all: $(MANUAL_DST) $(DEVGUIDE_DST) $(FAQ_DST)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list