X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile;h=c47720b809fc07a25982f7e6d3724960e195ea2c;hb=d75b4ad13df9e8e3cb570060252fa45ef4e80def;hp=adb9d61df5cfbecaf10606c6958e33526aaedd45;hpb=25fdab941288302f1aa8063d4e237f62876c59b8;p=freeside.git diff --git a/Makefile b/Makefile index adb9d61df..c47720b80 100644 --- a/Makefile +++ b/Makefile @@ -26,12 +26,12 @@ HTTPD_RESTART = /etc/init.d/apache restart #freebsd #HTTPD_RESTART = /usr/local/etc/rc.d/apache.sh stop; sleep 1; /usr/local/etc/rc.d/apache.sh start -FREESIDE_RESTART = $INIT_FILE restart +FREESIDE_RESTART = ${INIT_FILE} restart #deb, others? INSTALLGROUP = root #freebsd -INSTALLGROUP = wheel +#INSTALLGROUP = wheel #edit the stuff below to have the daemons start @@ -95,6 +95,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: