blob: 98bcff3e8bbe0373304538b1c355133a55bf19a6 [file] [log] [blame]
Daniel Dunbar1ede17a2008-07-26 21:32:24 +00001##===- docs/Makefile ---------------------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
9
mike-m25a76782010-05-06 23:46:27 +000010LEVEL = ../../..
11DIRS = main api
Daniel Dunbar1ede17a2008-07-26 21:32:24 +000012
13include $(LEVEL)/Makefile.common