From 2d7fa80cf2db3455b8cdb2a21498b8e46e9a188a Mon Sep 17 00:00:00 2001 From: Tanya Lattner Date: Mon, 9 Jun 2008 07:13:45 +0000 Subject: Fix broken makefile. git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_23@52130 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/CommandGuide/Makefile b/docs/CommandGuide/Makefile index a2953512b8..cf77e6a33d 100644 --- a/docs/CommandGuide/Makefile +++ b/docs/CommandGuide/Makefile @@ -23,6 +23,12 @@ all:: html man ps clean: rm -f pod2htm*.*~~ $(HTML) $(MAN) $(PS) + +# To create other directories, as needed, and timestamp their creation +%/.dir: + -mkdir $* > /dev/null + date > $@ + else # Otherwise, if not in BUILD_FOR_WEBSITE mode, use the project info. -- cgit v1.2.3-18-g5258