OSDN Git Service

www: Add news of GNU coreutils 8.22 info
[linuxjm/jm.git] / www / man-ja / Makefile
1 #
2 # Makefile for contents in www/status
3 #
4 include ../../JM.rules
5
6 ifndef WORKDIR
7 WORKDIR         = /var/tmp/JM
8 endif
9
10 .SUFFIXES: .m4 .html
11
12 .m4.html:
13         m4 -P -D _WORKDIR=$(WORKDIR) -D _WWWROOT=$(WWWROOT) $*.m4\
14         | nkf -w > $*.html
15
16 all: index.html man-pager.html
17
18 *.html: ../jm_www.m4
19
20 clean:
21         @rm -f index.html man-pager.html
22
23 install: all
24