aboutsummaryrefslogtreecommitdiffstats
path: root/docs/main/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'docs/main/Makefile')
-rw-r--r--docs/main/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/main/Makefile b/docs/main/Makefile
new file mode 100644
index 0000000..3d1f16a
--- /dev/null
+++ b/docs/main/Makefile
@@ -0,0 +1,18 @@
+##===- docs/main/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
+
+MAIN.Project = LLVM
+MAIN.project = llvm
+MAIN.man.center = LLVM Command Guide
+
+include $(LLVM_SRC_ROOT)/docs/mk/main.mk