1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

Make it easier to regenerate docs when srcdir != objdir.

llvm-svn: 92000
This commit is contained in:
Mikhail Glushenkov 2009-12-23 12:50:03 +00:00
parent 4596e712eb
commit ab0ecbe5b2

View File

@ -8,7 +8,13 @@
##===----------------------------------------------------------------------===##
LEVEL=../../..
ifneq (,$(strip $(wildcard $(LEVEL)/Makefile.config)))
include $(LEVEL)/Makefile.config
else
CP=cp
RM=rm
endif
DOC_DIR=../../../docs
RST2HTML=rst2html --stylesheet=llvm.css --link-stylesheet