[doc] add shortcut in make file to generate graph

This commit is contained in:
Laurent Peuch 2017-08-13 18:14:15 +02:00
parent cb8bff62ee
commit d2d0ab0418

View file

@ -12,6 +12,10 @@ BUILDDIR = _build
help: help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
ldap_graph:
cat ldapsearch.result | python ldif2dot-0.1.py > ldap_graph.dot
dot -Tpng ldap_graph.dot > ldap_graph.png
.PHONY: help Makefile .PHONY: help Makefile
# Catch-all target: route all unknown targets to Sphinx using the new # Catch-all target: route all unknown targets to Sphinx using the new