summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-12-09 13:20:47 +0000
committerfukachan <fukachan>2001-12-09 13:20:47 +0000
commitfcafd09b1b87fcc8edeac62df8509d291283043f (patch)
treeab21dd0c69d0ddc4195042b5af7ff9feeeabf21e /Makefile
parentebfcd579edf94bba7754d9743d9a2954cababd9b (diff)
downloadfml8-fcafd09b1b87fcc8edeac62df8509d291283043f.tar.gz
fml8-fcafd09b1b87fcc8edeac62df8509d291283043f.tar.bz2
fml8-fcafd09b1b87fcc8edeac62df8509d291283043f.zip
disable make html in fml/{etc,libexec}/
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 561a9f1c..3cd28aa9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $FML: Makefile,v 1.19 2001/11/18 02:44:12 fukachan Exp $
+# $FML: Makefile,v 1.20 2001/11/25 01:32:44 fukachan Exp $
#
CONV = doc/bin/text2html.pl
@@ -37,8 +37,6 @@ _new_doc:
-fml/utils/bin/pm2txt.pl img/lib Documentation/en/modules
_html:
- @ (cd fml/libexec/; make html)
- @ (cd fml/etc/; make html)
@ (cd cpan/dist/; make html)
@ (cd img/dist/; make html)