diff options
author | cpk <cpk> | 2001-10-24 22:33:57 +0000 |
---|---|---|
committer | cpk <cpk@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> | 2001-10-24 22:33:57 +0000 |
commit | 6aa31f2bcc95b95d2c65b5e1c080577e1abaf4f5 (patch) | |
tree | 76199388dfaa04642be2548ad51a7f53e4cde89f /doc/Makefile.am | |
parent | 0bde17579d338f3460e868e2369a83107622bbc6 (diff) | |
download | enlightenment-6aa31f2bcc95b95d2c65b5e1c080577e1abaf4f5.tar.gz enlightenment-6aa31f2bcc95b95d2c65b5e1c080577e1abaf4f5.tar.xz enlightenment-6aa31f2bcc95b95d2c65b5e1c080577e1abaf4f5.zip |
Oh-oh. That was just for efsd.
SVN revision: 5565
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 45b163779..7d4c237e6 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -37,10 +37,5 @@ html-docs: docs html-customizations.dsl cp -f stylesheet.css $(FULLNAME)/stylesheet.css tar cfvz $(FULLNAME).tar.gz $(FULLNAME) -html-filetypes: filetypes.xsl - $(mkinstalldirs) ./$(FULLNAME)/filetypes - cp -fr filetypes-templates/* ./$(FULLNAME)/filetypes - ./generate-trees.sh ./$(FULLNAME)/filetypes - endif |