diff options
| author | fukachan <fukachan> | 2001-04-28 10:14:53 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-04-28 10:14:53 +0000 |
| commit | e91f6c5b2c6a3a4a57012f88efe878d53bc5d32f (patch) | |
| tree | 4c2deafa1160113fbcdce5212b51cf345c3d4fef /Makefile | |
| parent | c21bce7b10d5a298bf38c0a6e2eaed4d7b01f6d7 (diff) | |
| download | fml8-e91f6c5b2c6a3a4a57012f88efe878d53bc5d32f.tar.gz fml8-e91f6c5b2c6a3a4a57012f88efe878d53bc5d32f.tar.bz2 fml8-e91f6c5b2c6a3a4a57012f88efe878d53bc5d32f.zip | |
test -d Documentation/en/modules or mkdir it
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ # -# $FML: Makefile,v 1.13 2001/04/27 04:42:14 fukachan Exp $ +# $FML: Makefile,v 1.14 2001/04/28 09:26:36 fukachan Exp $ # CONV = doc/bin/text2html.pl @@ -31,6 +31,7 @@ doc: html html: _new_doc _html ja.doc _new_doc: + test -d Documentation/en/modules || mkdir Documentation/en/modules -fml/utils/bin/pm2txt.pl fml/lib Documentation/en/modules -fml/utils/bin/pm2txt.pl cpan/lib Documentation/en/modules |
