We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f041338 commit cbf778aCopy full SHA for cbf778a
clang/docs/Makefile.sphinx
@@ -50,10 +50,6 @@ html:
50
@# Kind of a hack, but HTML-formatted docs are on the way out anyway.
51
@echo "Copying legacy HTML-formatted docs into $(BUILDDIR)/html"
52
@cp -a *.html $(BUILDDIR)/html
53
- @# FIXME: What we really need is a way to specify redirects, so that
54
- @# we can just redirect to a reST'ified version of this document.
55
- @# PR14714 is tracking the issue of redirects.
56
- @cp -a Block-ABI-Apple.txt $(BUILDDIR)/html
57
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
58
59
dirhtml:
0 commit comments