eliminate lengths from record bodies
[oota-llvm.git] / docs / CommandGuide / Makefile
index 411bbfe53ca49940eef924d79323ea26ee434640..440d538af559a1017153c958435978b9c31fa7c1 100644 (file)
@@ -30,7 +30,7 @@ html/%.html: %.pod
          --podpath=. --noindex --infile=$< --outfile=$@ --title=$*
 
 man/man1/%.1: %.pod
-       pod2man --release=1.4 --center="LLVM Command Guide" $< $@
+       pod2man --release=CVS --center="LLVM Command Guide" $< $@
 
 ps/%.ps: man/man1/%.1
        groff -Tps -man $< > $@
@@ -82,7 +82,7 @@ install-local:: $(HTML) $(MAN) $(PS)
        $(Verb) $(MKDIR) $(HTML_DIR)
        $(Verb) $(DataInstall) $(HTML) $(HTML_DIR)
        $(Verb) $(DataInstall) $(PROJ_SRC_DIR)/index.html $(HTML_DIR)
-       $(Verb) $(DataInstall) -C $(PROJ_SRC_DIR)/manpage.css $(HTML_DIR)
+       $(Verb) $(DataInstall) $(PROJ_SRC_DIR)/manpage.css $(HTML_DIR)
        $(Echo) Installing MAN CommandGuide Documentation
        $(Verb) $(MKDIR) $(MAN_DIR)
        $(Verb) $(DataInstall) $(MAN) $(MAN_DIR)