Salome HOME
#12754 fixed i18n accent francais
[tools/sat.git] / doc / Makefile
index a514380e7d2d1ed94ac5047960cda81378b7b184..331eebcf413e7960e80521d332f09f9178a4b84e 100644 (file)
@@ -138,5 +138,13 @@ doctest:
        @echo "Testing of doctests in the sources finished, look at the " \
              "results in $(BUILDDIR)/doctest/output.txt."
 
+# splitin many files rst
+#apidoc:
+#      @sphinx-apidoc --separate -o src/apidoc_src ../src
+#      @sphinx-apidoc --separate -o src/apidoc_commands ../commands
+
 apidoc:
-       @sphinx-apidoc -o src/commands/apidoc ../src
+       @sphinx-apidoc -o src/apidoc_src ../src
+       @sphinx-apidoc -o src/apidoc_commands ../commands
+       
+