Loading llvm/docs/CommandGuide/Makefile +6 −0 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
llvm/docs/CommandGuide/Makefile +6 −0 Original line number Diff line number Diff line Loading @@ -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. Loading