Преглед на файлове

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.
Tatsuhiro Tsujikawa преди 12 години
родител
ревизия
91e0fdbc24
променени са 3 файла, в които са добавени 0 реда и са изтрити 6 реда
  1. 0 2
      doc/manual-src/en/Makefile.am
  2. 0 2
      doc/manual-src/pt/Makefile.am
  3. 0 2
      doc/manual-src/ru/Makefile.am

+ 0 - 2
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

+ 0 - 2
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

+ 0 - 2
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