# HG changeset patch # User Adrien Di Mascio <Adrien.DiMascio@logilab.fr> # Date 1229255711 -3600 # Sun Dec 14 12:55:11 2008 +0100 # Node ID 134e91f704a5b9dc0704729d92f536f259a06424 # Parent 5a415dd413a39a07f1931a015782a55638c56535 remove lowercase and deprecated Makefile diff --git a/doc/makefile b/doc/makefile deleted file mode 100644 --- a/doc/makefile +++ /dev/null @@ -1,21 +0,0 @@ -MKHTML=mkdoc -MKHTML_OPT=--doctype book --param division.toc.section.depth=1 --target html --stylesheet single-file - -SRC=. - -all: specifications_fr.html tutoriel_fr.html epydoc - - -specifications_fr.html: ${SRC}/specifications_fr.txt - ${MKHTML} ${MKHTML_OPT} ${SRC}/specifications_fr.txt - -tutoriel_fr.html :${SRC}/tutoriel_fr.txt - ${MKHTML} ${MKHTML_OPT} ${SRC}/tutoriel_fr.txt - - -epydoc: - epydoc --html -o apidoc -v --graph all --no-private --exclude="__pkginfo__" --exclude="setup" -n "RQL Module" ../ - -clean: - rm -f *.html - rm -rf apidoc