aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2015-11-24 06:01:52 +0100
committerTristan Gingold <gingold@adacore.com>2015-11-24 06:04:42 +0100
commit3a9c90b39150a636c27b362ab01b6090a213455c (patch)
tree09480c0e3751dd6702d25b3043b982987e25a0f3 /doc/Makefile
parent5ad9818cbc2725f4fdb424271c17a2b99454d4c3 (diff)
downloadghdl-3a9c90b39150a636c27b362ab01b6090a213455c.tar.gz
ghdl-3a9c90b39150a636c27b362ab01b6090a213455c.tar.bz2
ghdl-3a9c90b39150a636c27b362ab01b6090a213455c.zip
doc: add dependency on conf.py, remove ghdl.html
Due to use of css, better to view doc from the web.
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 41ec46a5d..eb08aa6b1 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -7,7 +7,8 @@ SRC_FILES= \
Invoking_GHDL.rst \
Simulation_and_runtime.rst \
Starting_with_GHDL.rst \
- index.rst
+ index.rst \
+ conf.py
CP=cp
@@ -41,10 +42,6 @@ ghdl.pdf: ghdl.dvi
html:
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
-ghdl.html: $(SRC_FILES)
- $(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(BUILDDIR)/singlehtml
- $(CP) $(BUILDDIR)/singlehtml/index.html $@
-
ghdl.texi: $(SRC_FILES)
$(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
$(CP) $(BUILDDIR)/texinfo/GHDL.texi $@
@@ -55,4 +52,4 @@ clean:
$(RM) -rf build
maintainer-clean: clean
- $(RM) ghdl.html ghdl.texi
+ $(RM) ghdl.texi