show export numbers
[freeside.git] / Makefile
index 26c17e7..afcfe68 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -40,8 +40,8 @@ SIGNUP_REFNUM = 2
 #not changable yet
 FREESIDE_CONF = /usr/local/etc/freeside
 
-VERSION=1.4.1beta3
-TAG=freeside_1_4_1beta3
+VERSION=1.4.1beta4
+TAG=freeside_1_4_1beta4
 
 help:
        @echo "supported targets: aspdocs masondocs alldocs docs install-docs"
@@ -82,6 +82,7 @@ htmlman:
        [ -e ./httemplate/docs/man/FS ] || mkdir httemplate/docs/man/FS
        [ -e ./httemplate/docs/man/FS/UI ] || mkdir httemplate/docs/man/FS/UI
        [ -e ./httemplate/docs/man/FS/part_export ] || mkdir httemplate/docs/man/FS/part_export
+       chmod a+rx bin/pod2x
        [ -e DONT_REBUILD_DOCS ] || bin/pod2x
 
 forcehtmlman: