doc generation for commandline now extracted into an RST directly.

This commit is contained in:
2014-12-20 16:21:46 +01:00
parent 229b49e88d
commit 07c2bc5075
9 changed files with 288 additions and 23 deletions

View File

@@ -15,6 +15,6 @@ doc: FORCE
@echo "xdg-open doc/build/html/index.html"
clean: FORCE
$(MAKE) -C docs clean
$(MAKE) -C doc clean
FORCE: