commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

doc/www.gnu.org/Makefile


From: Patrik Reali
Subject: doc/www.gnu.org/Makefile
Date: Thu, 3 Jun 2004 23:29:10 +0200 (CEST)

2004-06-03  Patrik Reali  <address@hidden>

        * doc/www.gnu.org/Makefile: dependency to newsitems.txt added

Index: doc/www.gnu.org/Makefile
===================================================================
RCS file: /cvsroot/classpath/classpath/doc/www.gnu.org/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- doc/www.gnu.org/Makefile    15 Mar 2004 21:54:14 -0000      1.15
+++ doc/www.gnu.org/Makefile    3 Jun 2004 21:25:29 -0000
@@ -10,13 +10,19 @@
 WML_SRC = $(wildcard *.wml)
 WML_OBJS = $(patsubst %.wml,%.html,$(WML_SRC))
 
+all : $(WML_OBJS) subdirs
+
 %.texinfo :
        cp ../$(notdir $(@)) docs
 
-%.html: %.wml include/macros.wml include/layout.wml
+# home and news html includes newsitems.txt so we list that here explicitly
+home.html: home.wml include/macros.wml include/layout.wml newsitems.txt
+       $(WML) -o $@ $<
+news.html: news.wml include/macros.wml include/layout.wml newsitems.txt
        $(WML) -o $@ $<
 
-all : $(WML_OBJS) subdirs
+%.html: %.wml include/macros.wml include/layout.wml
+       $(WML) -o $@ $<
 
 .PHONY : clean
 clean :




reply via email to

[Prev in Thread] Current Thread [Next in Thread]