[llvm-commits] [llvm] r170029 - /llvm/trunk/docs/Makefile.sphinx

Dmitri Gribenko gribozavr at gmail.com
Wed Dec 12 13:35:43 PST 2012


Author: gribozavr
Date: Wed Dec 12 15:35:43 2012
New Revision: 170029

URL: http://llvm.org/viewvc/llvm-project?rev=170029&view=rev
Log:
Makefile.sphinx: reST conversion is complete!

No need to copy HTML files anymore.

Modified:
    llvm/trunk/docs/Makefile.sphinx

Modified: llvm/trunk/docs/Makefile.sphinx
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Makefile.sphinx?rev=170029&r1=170028&r2=170029&view=diff
==============================================================================
--- llvm/trunk/docs/Makefile.sphinx (original)
+++ llvm/trunk/docs/Makefile.sphinx Wed Dec 12 15:35:43 2012
@@ -46,10 +46,6 @@
 html:
 	$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
 	@echo
-	@# FIXME: Remove this `cp` once HTML->Sphinx transition is completed.
-	@# Kind of a hack, but HTML-formatted docs are on the way out anyway.
-	@echo "Copying legacy HTML-formatted docs into $(BUILDDIR)/html"
-	@cp -a *.html $(BUILDDIR)/html
 	@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
 
 dirhtml:





More information about the llvm-commits mailing list