OSDN Git Service

info/GNU_which: Add some explanations.
[linuxjm/jm.git] / www / INDEX / Makefile
index 20609df..1b0b13a 100644 (file)
@@ -1,6 +1,5 @@
 #
 # Makefile for contents in www/status
-# $Id: Makefile,v 1.5 2000/08/02 10:00:53 nakano Exp $
 #
 include ../../JM.rules
 
@@ -8,12 +7,12 @@ ifndef WORKDIR
 WORKDIR         = /var/tmp/JM
 endif
 
-INDICES = ldp.html linux.html gnu.html misc.html pod.html progress.html 
+INDICES = ldp.html linux.html gnu.html misc.html pod.html progress.html info.html
 .SUFFIXES: .m4 .html
 
 .m4.html:
        m4 -P -D _WORKDIR=$(WORKDIR) -D _WWWROOT=$(WWWROOT) $*.m4\
-       | nkf -j > $*.html
+       | nkf -w > $*.html
 
 all: index.html
 
@@ -31,13 +30,13 @@ pod.html: ../bin/list_pod.perl pod.list
 
 progress.html: ../bin/list_progress.perl
 
-*.html: ../jm_www.m4 ../../cvs-status-modified
+*.html: ../jm_www.m4 ../../stamp/cvs-status-modified
 
-../../cvs-status-modified:
+../../stamp/cvs-status-modified:
        make -C ../.. chkcvs
 
 clean:
-       rm -f index.html ldp.html linux.html gnu.html misc.html pod.html progress.html
+       rm -f index.html ldp.html linux.html gnu.html misc.html pod.html progress.html info.html
 
 install: all