From d3eba1cd8bf2906ee6449060d027420d00d47eba Mon Sep 17 00:00:00 2001 From: einarr Date: Fri, 5 Dec 2008 20:02:13 +0000 Subject: [PATCH] Deleted doc/Makefile because it should be generated by configure. --- doc/Makefile | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 doc/Makefile diff --git a/doc/Makefile b/doc/Makefile deleted file mode 100644 index aca46da..0000000 --- a/doc/Makefile +++ /dev/null @@ -1,20 +0,0 @@ - -DOC_DIR=/home/einarr/src/fluents-8/debian/fluents/usr/share/doc/laydi - -all: html - -html: - @echo ---------------- - @echo Generating epydoc html code documentation. - @echo See epydoc-html.log for epydoc log. - @echo ---------------- - epydoc --html --inheritance listed -o html/ ../fluents 2> epydoc-html.log - -install: - find html/ -type f -exec install -m 644 -D '{}' ${DOC_DIR}/'{}' \; - -clean: - -rm -rf html - -rm epydoc-html.log - -