Salome HOME
spns #40779: implement git multiserver approach: github, gitpub, tuleap
[tools/sat.git] / doc / Makefile
index 331eebcf413e7960e80521d332f09f9178a4b84e..aa5bac1a7eb8a7e85486bbf472933e18e12cf1aa 100644 (file)
@@ -37,10 +37,10 @@ help:
 clean:
        -rm -rf $(BUILDDIR)/*
 
-html: apidoc
+html:
        $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
        @echo
-       @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
+       @echo "Build finished. The HTML pages are available in $(BUILDDIR)/html/index.html"
 
 clean-html:
        make clean
@@ -105,8 +105,10 @@ latex:
 latexpdf:
        $(SPHINXBUILD) -q -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
        @echo "Running LaTeX files through pdflatex..."
-       make -C $(BUILDDIR)/latex all-pdf $(SILENT)
-       @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."
+       make -C $(BUILDDIR)/latex all-pdf
+       @echo
+       @echo "pdflatex available in $(BUILDDIR)/latex/sat.pdf"
+
 
 clean-pdf:
        make clean
@@ -138,13 +140,4 @@ 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/apidoc_src ../src
-       @sphinx-apidoc -o src/apidoc_commands ../commands
-