Parent Directory
|
Revision Log
New
| 1 | MKTBL = perl mkclstbl.pl |
| 2 | |
| 3 | all: classes.en.html classes-frameset.en.html classes-transitional.en.html \ |
| 4 | classes-strict.en.html |
| 5 | |
| 6 | classes.en.html: |
| 7 | $(MKTBL) > $@ |
| 8 | |
| 9 | classes-strict.en.html: |
| 10 | $(MKTBL) --no-transitional --no-frameset > $@ |
| 11 | |
| 12 | classes-transitional.en.html: |
| 13 | $(MKTBL) --no-strict --no-frameset > $@ |
| 14 | |
| 15 | classes-frameset.en.html: |
| 16 | $(MKTBL) --no-transitional --no-strict > $@ |
| admin@suikawiki.org | ViewVC Help |
| Powered by ViewVC 1.1.24 |