diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-12-12 21:35:43 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-12-12 21:35:43 +0000 |
commit | aa0e77cf241b03fe36e1e405c145b7a685df2c6e (patch) | |
tree | 25456cd59843d83bebf4243b55f527c09e1c496e /llvm | |
parent | 508d98f67f4d26d89443946471d02911ba90d768 (diff) | |
download | bcm5719-llvm-aa0e77cf241b03fe36e1e405c145b7a685df2c6e.tar.gz bcm5719-llvm-aa0e77cf241b03fe36e1e405c145b7a685df2c6e.zip |
Makefile.sphinx: reST conversion is complete!
No need to copy HTML files anymore.
llvm-svn: 170029
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/docs/Makefile.sphinx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/docs/Makefile.sphinx b/llvm/docs/Makefile.sphinx index 3746522db63..21f66488b2b 100644 --- a/llvm/docs/Makefile.sphinx +++ b/llvm/docs/Makefile.sphinx @@ -46,10 +46,6 @@ clean: 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: |