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.1 - (show annotations) (download)
Fri Apr 8 12:05:26 2005 UTC (19 years ago) by konn
Branch: MAIN
CVS Tags: same-as-RELEASE_0_8_7, SNAP-20060712, same-as-RELEASE_0_9_0, root-of-RELEASE_0_6_0, root-of-RELEASE_0_6_1, root-of-RELEASE_0_6_2, RELEASE_0_8_3, RELEASE_0_8_1, RELEASE_0_8_7, RELEASE_0_8_6, RELEASE_0_8_5, root-of-RELEASE_0_8_0, root-of-RELEASE_0_5_0, root-of-OLD_HEAD, root-of-RELEASE_0_7_0, RELEASE_0_6_1, RELEASE_0_6_0, root-of-UNSTABLE_0_4_0
Branch point for: OLD_HEAD, RELEASE_0_8_0, RELEASE_0_7_0, RELEASE_0_6_2, UNSTABLE_0_4_0, RELEASE_0_5_0
* Makefileを追加。(SmartDoc)

1 .SUFFIXES:
2 .SUFFIXES: .sdoc .html
3
4 TARGET=modchxj.html
5
6 all: $(TARGET)
7
8 .sdoc.html:
9 sdoc -toc:true $<
10
11 clean:
12 rm -f $(TARGET)
13

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