Fix install and clean path for html documentation - gsl-shell.git - gsl-shell

index : gsl-shell.git
gsl-shell
summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrancesco Abbate <francesco.bbt@gmail.com>2011年11月08日 13:56:10 +0100
committerFrancesco Abbate <francesco.bbt@gmail.com>2011年11月08日 13:56:10 +0100
commit64d1aa5a940826b6c62db79549fa77878508ff07 (patch)
treed9c4dfd40fe921577d07f98c0cc25ba164a29bf0
parent20f54e6c5e33da3cb41dad4fa881038521a946ed (diff)
downloadgsl-shell-64d1aa5a940826b6c62db79549fa77878508ff07.tar.gz
Fix install and clean path for html documentation
Diffstat
-rw-r--r--doc/gsl-shell-index/Makefile 5
-rw-r--r--doc/user-manual/Makefile 5
2 files changed, 4 insertions, 6 deletions
diff --git a/doc/gsl-shell-index/Makefile b/doc/gsl-shell-index/Makefile
index 8e871040..9dc8a958 100644
--- a/doc/gsl-shell-index/Makefile
+++ b/doc/gsl-shell-index/Makefile
@@ -6,7 +6,6 @@ SPHINXOPTS =
SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = _build
-HTML_DEST = ../html
# Internal variables.
PAPEROPT_a4 = -D latex_paper_size=a4
@@ -38,9 +37,9 @@ clean:
-rm -rf $(BUILDDIR)/*
html:
- $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(HTML_DEST)
+ $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
- @echo "Build finished. The HTML pages are in $(HTML_DEST)."
+ @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
dirhtml:
$(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
diff --git a/doc/user-manual/Makefile b/doc/user-manual/Makefile
index c4638c8d..9dc8a958 100644
--- a/doc/user-manual/Makefile
+++ b/doc/user-manual/Makefile
@@ -5,7 +5,6 @@
SPHINXOPTS =
SPHINXBUILD = sphinx-build
PAPER =
-HTML_DEST = ../html/doc
BUILDDIR = _build
# Internal variables.
@@ -38,9 +37,9 @@ clean:
-rm -rf $(BUILDDIR)/*
html:
- $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(HTML_DEST)
+ $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
- @echo "Build finished. The HTML pages are in $(HTML_DEST)."
+ @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
dirhtml:
$(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
generated by cgit v1.2.3 (git 2.46.0) at 2025年10月04日 06:29:17 +0000

AltStyle によって変換されたページ (->オリジナル) /