projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a256b4
)
Rename "User's Guide" to "Command Guide" to be consistent with current scheme.
author
Misha Brukman
<brukman+llvm@gmail.com>
Fri, 14 May 2004 20:29:11 +0000
(20:29 +0000)
committer
Misha Brukman
<brukman+llvm@gmail.com>
Fri, 14 May 2004 20:29:11 +0000
(20:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13580
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/CommandGuide/Makefile
patch
|
blob
|
history
diff --git
a/docs/CommandGuide/Makefile
b/docs/CommandGuide/Makefile
index 8f2f9ce61cfca1145a4ca1f0234fb7a57409017b..363d9f2211e519ab9987f25ebadf3611969f453f 100644
(file)
--- a/
docs/CommandGuide/Makefile
+++ b/
docs/CommandGuide/Makefile
@@
-13,7
+13,7
@@
html/%.html: %.pod
--podpath=. --noindex --infile=$< --outfile=$@
man/man1/%.1: %.pod
- pod2man --release=1.3 --center="LLVM
User's
Guide" $< $@
+ pod2man --release=1.3 --center="LLVM
Command
Guide" $< $@
ps/%.ps: man/man1/%.1
groff -Tps -man $< > $@