Skip to content
Snippets Groups Projects
Commit 134e91f704a5 authored by Adrien Di Mascio's avatar Adrien Di Mascio
Browse files

remove lowercase and deprecated Makefile

parent 5a415dd413a3
No related branches found
No related tags found
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment