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:
parent
4596e712eb
commit
ab0ecbe5b2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user