OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web Date: 27-Sep-2002 17:41:16
Branch: HEAD Handle: 2002092716411600
Modified files:
openpkg-web Makefile
Log:
fix building
Summary:
Revision Changes Path
1.11 +4 -1 openpkg-web/Makefile
____________________________________________________________________________
Index: openpkg-web/Makefile
============================================================
$ cvs diff -u -r1.10 -r1.11 Makefile
--- openpkg-web/Makefile 16 Apr 2002 08:49:48 -0000 1.10
+++ openpkg-web/Makefile 27 Sep 2002 15:41:16 -0000 1.11
@@ -5,6 +5,7 @@
doc.html \
faq.html \
index.html \
+newsflash.html \
news.html \
news.rdf \
events.html \
@@ -31,8 +32,10 @@
wmk -f faq.wml
index.html: index.wml news.txt events.txt
wmk -f index.wml
-news.html: news.wml news.txt
+news.html: news.wml
wmk -f news.wml
+newsflash.html: newsflash.wml news.txt
+ wmk -f newsflash.wml
news.rdf: news.txt
./news.rdf.mk
events.html: events.wml events.txt
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]