summaryrefslogtreecommitdiffstats
path: root/llvm/docs/tutorial/Makefile
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2012-05-02 22:46:36 +0000
committerDaniel Dunbar <daniel@zuster.org>2012-05-02 22:46:36 +0000
commit340fdf2991ebc3d9d904a198e3c4c708c14335c1 (patch)
tree0818dba7c7cf969cb5a99fb359d32baa47ad40b0 /llvm/docs/tutorial/Makefile
parent2331bbfb4ec52a51eec9fab6a6e8e7e3a9e5a4af (diff)
downloadbcm5719-llvm-340fdf2991ebc3d9d904a198e3c4c708c14335c1.tar.gz
bcm5719-llvm-340fdf2991ebc3d9d904a198e3c4c708c14335c1.zip
[docs] Include the Kaleidescope tutorial in the Sphinx docs build.
llvm-svn: 156032
Diffstat (limited to 'llvm/docs/tutorial/Makefile')
-rw-r--r--llvm/docs/tutorial/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/llvm/docs/tutorial/Makefile b/llvm/docs/tutorial/Makefile
deleted file mode 100644
index fdf1bb68a72..00000000000
--- a/llvm/docs/tutorial/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-##===- docs/tutorial/Makefile ------------------------------*- Makefile -*-===##
-#
-# The LLVM Compiler Infrastructure
-#
-# This file is distributed under the University of Illinois Open Source
-# License. See LICENSE.TXT for details.
-#
-##===----------------------------------------------------------------------===##
-
-LEVEL := ../..
-include $(LEVEL)/Makefile.common
-
-HTML := $(wildcard $(PROJ_SRC_DIR)/*.html)
-PNG := $(wildcard $(PROJ_SRC_DIR)/*.png)
-EXTRA_DIST := $(HTML) index.html
-HTML_DIR := $(DESTDIR)$(PROJ_docsdir)/html/tutorial
-
-install-local:: $(HTML)
- $(Echo) Installing HTML Tutorial Documentation
- $(Verb) $(MKDIR) $(HTML_DIR)
- $(Verb) $(DataInstall) $(HTML) $(HTML_DIR)
- $(Verb) $(DataInstall) $(PNG) $(HTML_DIR)
- $(Verb) $(DataInstall) $(PROJ_SRC_DIR)/index.html $(HTML_DIR)
-
-uninstall-local::
- $(Echo) Uninstalling Tutorial Documentation
- $(Verb) $(RM) -rf $(HTML_DIR)
-
-printvars::
- $(Echo) "HTML : " '$(HTML)'
OpenPOWER on IntegriCloud