Develop and Download Open Source Software

Browse CVS Repository

Contents of /modchxj/mod_chxj/doc/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Fri May 16 11:20:51 2008 UTC (15 years, 11 months ago) by konn
Branch: MAIN
CVS Tags: same-as-RELEASE_0_12_1, same-as-RELEASE_0_12_0, same-as-RELEASE_0_11_1, same-as-RELEASE_0_10_5, HEAD
Changes since 1.1: +2 -1 lines
  * to RELEASE_0_10_0

1 .SUFFIXES:
2 .SUFFIXES: .sdoc .html
3
4 TARGET=modchxj.html
5
6 all: $(TARGET)
7
8 .sdoc.html:
9 sed "s/@@DATE@@/`LANG=C date`/" $< > /tmp/modchxj.sdoctmp
10 sdoc -toc:true /tmp/modchxj.sdoctmp
11
12 clean:
13 rm -f $(TARGET)
14

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26