Update of /cvsroot/fink/web/xml
In directory usw-pr-cvs1:/tmp/cvs-serv23268

Modified Files:
        Makefile.common 
Log Message:
added finkdoc.dtd to dependencies (a bit crude as it means the FAQ XML & News XML 
files also depend on it, but works anyway)

Index: Makefile.common
===================================================================
RCS file: /cvsroot/fink/web/xml/Makefile.common,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- Makefile.common     30 May 2002 21:21:42 -0000      1.11
+++ Makefile.common     18 Jul 2002 13:40:08 -0000      1.12
@@ -44,7 +44,7 @@
 
 # rendering to php-framed HTML for the website (multi-page)
 
-%.php.tmp: $(SOURCE) $(STYLESHEET_WEBSITE)
+%.php.tmp: $(SOURCE) $(STYLESHEET_WEBSITE) finkdoc.dtd
        xmllint --noout --valid $(SOURCE)
        xsltproc --stringparam PRINTFILE $(patsubst %.xml,%.html,$(SOURCE)) 
--stringparam DESTDIR $(DESTDIR)/ $(STYLESHEET_WEBSITE) $(SOURCE)
 
@@ -53,7 +53,7 @@
 
 # rendering to pure HTML (monolithic)
 
-%.html.tmp: %.xml $(STYLESHEET_HTML)
+%.html.tmp: %.xml $(STYLESHEET_HTML) finkdoc.dtd
        xmllint --noout --valid $(SOURCE)
        xsltproc -o $(patsubst %.xml,%.html.tmp,$(SOURCE)) $(STYLESHEET_HTML) $(SOURCE)
 
@@ -62,7 +62,7 @@
 
 # rendering to pure text (monolithic)
 
-%.txt.tmp: %.xml $(STYLESHEET_TEXT)
+%.txt.tmp: %.xml $(STYLESHEET_TEXT) finkdoc.dtd
        xmllint --noout --valid $(SOURCE)
        xsltproc -o $(patsubst %.xml,%.txt.tmp,$(SOURCE)) $(STYLESHEET_TEXT) $(SOURCE)
 



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to