mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-02 16:36:40 +00:00
Don't hardcode in 1.5 for the website, just use 'CVS'.
llvm-svn: 27870
This commit is contained in:
parent
758a144e77
commit
4be15af953
@ -30,7 +30,7 @@ html/%.html: %.pod
|
||||
--podpath=. --noindex --infile=$< --outfile=$@ --title=$*
|
||||
|
||||
man/man1/%.1: %.pod
|
||||
pod2man --release=1.5 --center="LLVM Command Guide" $< $@
|
||||
pod2man --release=CVS --center="LLVM Command Guide" $< $@
|
||||
|
||||
ps/%.ps: man/man1/%.1
|
||||
groff -Tps -man $< > $@
|
||||
|
Loading…
Reference in New Issue
Block a user