diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-05-14 20:29:11 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-05-14 20:29:11 +0000 |
commit | 93763c3e7d0ec1285653fb98a622fe7d5b7a8abb (patch) | |
tree | 98f2ff4fbe2e6bd5d67591e2b37173e5d3d62913 /docs | |
parent | 5a256b4ca92362163202aea39005008d1d69ee42 (diff) | |
download | external_llvm-93763c3e7d0ec1285653fb98a622fe7d5b7a8abb.zip external_llvm-93763c3e7d0ec1285653fb98a622fe7d5b7a8abb.tar.gz external_llvm-93763c3e7d0ec1285653fb98a622fe7d5b7a8abb.tar.bz2 |
Rename "User's Guide" to "Command Guide" to be consistent with current scheme.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13580 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CommandGuide/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/Makefile b/docs/CommandGuide/Makefile index 8f2f9ce..363d9f2 100644 --- 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 $< > $@ |