diff options
| author | fukachan <fukachan> | 2001-10-27 02:37:29 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-10-27 02:37:29 +0000 |
| commit | 34175e8dc1775440a69026982ca3a7f03cc0178f (patch) | |
| tree | 3dc621fdb6dc7ba2b54ee163acb6bb8c1db47f45 /fml/lib/File | |
| parent | 039f445e8dbe9ddf81d37e6005545a71ea9abd59 (diff) | |
| download | fml8-34175e8dc1775440a69026982ca3a7f03cc0178f.tar.gz fml8-34175e8dc1775440a69026982ca3a7f03cc0178f.tar.bz2 fml8-34175e8dc1775440a69026982ca3a7f03cc0178f.zip | |
obsolete
Diffstat (limited to 'fml/lib/File')
| -rw-r--r-- | fml/lib/File/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/fml/lib/File/Makefile b/fml/lib/File/Makefile deleted file mode 100644 index 2eadbd96..00000000 --- a/fml/lib/File/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -all: anal - -anal: - @ find . | sort | grep -v CVS | sed 's@./@@' - -html: index.ja.html - -index.ja.html: *.pm - ../../../doc/bin/dir2url.pl > index.ja.html - -_clean: - rm -f index.ja.html */index.ja.html - -clean: - (cd ../../..;make clean) |
