From a7501609e81a5d38bca323cae305c02ec7c55635 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 29 Jun 2014 23:56:15 +0900 Subject: [PATCH] doc: Fix python-apiref.rst is not generated in distribution --- .gitignore | 1 + configure.ac | 1 + doc/Makefile.am | 1 + doc/python-apiref.rst | 1 - doc/python-apiref.rst.in | 1 + 5 files changed, 4 insertions(+), 1 deletion(-) delete mode 100644 doc/python-apiref.rst create mode 100644 doc/python-apiref.rst.in diff --git a/.gitignore b/.gitignore index 1bfc6198..d7a37702 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ doc/tutorial-server.rst doc/nghttpx-howto.rst doc/h2load-howto.rst doc/tutorial-hpack.rst +doc/python-apiref.rst diff --git a/configure.ac b/configure.ac index 1a505c08..3aa6fbeb 100644 --- a/configure.ac +++ b/configure.ac @@ -514,6 +514,7 @@ AC_CONFIG_FILES([ doc/tutorial-hpack.rst doc/nghttpx-howto.rst doc/h2load-howto.rst + doc/python-apiref.rst doc/nghttp2.h.rst doc/nghttp2ver.h.rst ]) diff --git a/doc/Makefile.am b/doc/Makefile.am index 2365e906..492931dd 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -33,6 +33,7 @@ EXTRA_DIST = \ sources/tutorial-hpack.rst \ sources/nghttpx-howto.rst \ sources/h2load-howto.rst \ + sources/python-apiref.rst \ _themes/sphinx_rtd_theme/footer.html \ _themes/sphinx_rtd_theme/theme.conf \ _themes/sphinx_rtd_theme/layout_old.html \ diff --git a/doc/python-apiref.rst b/doc/python-apiref.rst deleted file mode 100644 index 50040627..00000000 --- a/doc/python-apiref.rst +++ /dev/null @@ -1 +0,0 @@ -.. include:: ../doc/sources/python-apiref.rst diff --git a/doc/python-apiref.rst.in b/doc/python-apiref.rst.in new file mode 100644 index 00000000..5fd40dee --- /dev/null +++ b/doc/python-apiref.rst.in @@ -0,0 +1 @@ +.. include:: @top_srcdir@/doc/sources/python-apiref.rst