aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-02-24 21:41:26 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-02-24 21:41:26 +0000
commit837300ad99f7742cc2dfbfb1c264826d842a791d (patch)
treee5c111d0b47f23129073673d3ac08c3942c911e3 /docs
parentb80621fb7ed6df3792d4aebf3ae378a7155ad82d (diff)
downloadexternal_llvm-837300ad99f7742cc2dfbfb1c264826d842a791d.zip
external_llvm-837300ad99f7742cc2dfbfb1c264826d842a791d.tar.gz
external_llvm-837300ad99f7742cc2dfbfb1c264826d842a791d.tar.bz2
Remove a -C I forgot to remove earlier.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20321 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CommandGuide/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/Makefile b/docs/CommandGuide/Makefile
index 411bbfe..54f4cef 100644
--- a/docs/CommandGuide/Makefile
+++ b/docs/CommandGuide/Makefile
@@ -82,7 +82,7 @@ install-local:: $(HTML) $(MAN) $(PS)
$(Verb) $(MKDIR) $(HTML_DIR)
$(Verb) $(DataInstall) $(HTML) $(HTML_DIR)
$(Verb) $(DataInstall) $(PROJ_SRC_DIR)/index.html $(HTML_DIR)
- $(Verb) $(DataInstall) -C $(PROJ_SRC_DIR)/manpage.css $(HTML_DIR)
+ $(Verb) $(DataInstall) $(PROJ_SRC_DIR)/manpage.css $(HTML_DIR)
$(Echo) Installing MAN CommandGuide Documentation
$(Verb) $(MKDIR) $(MAN_DIR)
$(Verb) $(DataInstall) $(MAN) $(MAN_DIR)