From 91e0fdbc248b8bac3a32a36a01eaa0c183f5b33c Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 26 May 2013 01:14:00 +0900 Subject: [PATCH] Remove clean-local not to remove generated man pages with `make clean` Because we don't require sphinx-doc to build distributed archive, the man pages are generated when making distribution. And We want to keep the generated man pages with `make clean` there. --- doc/manual-src/en/Makefile.am | 2 -- doc/manual-src/pt/Makefile.am | 2 -- doc/manual-src/ru/Makefile.am | 2 -- 3 files changed, 6 deletions(-) diff --git a/doc/manual-src/en/Makefile.am b/doc/manual-src/en/Makefile.am index 1ce9b04a..87eb83bd 100644 --- a/doc/manual-src/en/Makefile.am +++ b/doc/manual-src/en/Makefile.am @@ -141,5 +141,3 @@ doctest: $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest @echo "Testing of doctests in the sources finished, look at the " \ "results in $(BUILDDIR)/doctest/output.txt." - -clean-local: docclean diff --git a/doc/manual-src/pt/Makefile.am b/doc/manual-src/pt/Makefile.am index cc6590cf..3051fec2 100644 --- a/doc/manual-src/pt/Makefile.am +++ b/doc/manual-src/pt/Makefile.am @@ -137,5 +137,3 @@ doctest: $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest @echo "Testing of doctests in the sources finished, look at the " \ "results in $(BUILDDIR)/doctest/output.txt." - -clean-local: docclean diff --git a/doc/manual-src/ru/Makefile.am b/doc/manual-src/ru/Makefile.am index 643c75a6..6b823e08 100644 --- a/doc/manual-src/ru/Makefile.am +++ b/doc/manual-src/ru/Makefile.am @@ -137,5 +137,3 @@ doctest: $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest @echo "Testing of doctests in the sources finished, look at the " \ "results in $(BUILDDIR)/doctest/output.txt." - -clean-local: docclean