Author: Sylvestre Ledru
Date: 2021-10-18T14:56:23+02:00
New Revision: cbf778a592fa5ee7c2bdd3d3ee7b468da2a7c9e6

URL: 
https://github.com/llvm/llvm-project/commit/cbf778a592fa5ee7c2bdd3d3ee7b468da2a7c9e6
DIFF: 
https://github.com/llvm/llvm-project/commit/cbf778a592fa5ee7c2bdd3d3ee7b468da2a7c9e6.diff

LOG: Remove also Block-ABI-Apple.txt from the Makefile

Added: 
    

Modified: 
    clang/docs/Makefile.sphinx

Removed: 
    


################################################################################
diff  --git a/clang/docs/Makefile.sphinx b/clang/docs/Makefile.sphinx
index 7949e39c3687..06c3b86819d0 100644
--- a/clang/docs/Makefile.sphinx
+++ b/clang/docs/Makefile.sphinx
@@ -50,10 +50,6 @@ html:
        @# 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
-       @# FIXME: What we really need is a way to specify redirects, so that
-       @# we can just redirect to a reST'ified version of this document.
-       @# PR14714 is tracking the issue of redirects.
-       @cp -a Block-ABI-Apple.txt $(BUILDDIR)/html
        @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
 
 dirhtml:


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to