Rename "User's Guide" to "Command Guide" to be consistent with current scheme.

llvm-svn: 13580
This commit is contained in:
Misha Brukman 2004-05-14 20:29:11 +00:00
parent f84661bf90
commit 2a8630c027

View File

@ -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 $< > $@