diff options
Diffstat (limited to 'docs/CommandGuide')
-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 $< > $@ |