summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorivan <ivan>2007-10-04 01:49:10 +0000
committerivan <ivan>2007-10-04 01:49:10 +0000
commit983359e82af73969459b80b74626af7f3341f3e4 (patch)
treef7e53c20c03c7fa82fdea751f983e616e79f2a20 /Makefile
parente6d1e846af2fc16a2d06b254384e66979f0683a6 (diff)
wiki documentation convertor now
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile28
1 files changed, 5 insertions, 23 deletions
diff --git a/Makefile b/Makefile
index adcadd31f..781467f3f 100644
--- a/Makefile
+++ b/Makefile
@@ -130,14 +130,13 @@ help:
@echo " dev dev-docs dev-perl-modules"
@echo
@echo " masondocs alldocs docs"
- @echo " htmlman forcehtmlman"
+ @echo " wikiman"
@echo " perl-modules"
#@echo
#@echo " upload-docs release update-webdemo"
-#masondocs: htmlman httemplate/* httemplate/*/* httemplate/*/*/* httemplate/*/*/*/* httemplate/*/*/*/*/*
-masondocs: htmlman httemplate/* httemplate/*/* httemplate/*/*/* httemplate/*/*/*/*
+masondocs: httemplate/* httemplate/*/* httemplate/*/*/* httemplate/*/*/*/*
rm -rf masondocs
cp -pr httemplate masondocs
touch masondocs
@@ -147,22 +146,9 @@ alldocs: masondocs
docs:
make ${TEMPLATE}docs
-htmlman:
- [ -e ./httemplate/docs/man ] || mkdir httemplate/docs/man
- [ -e ./httemplate/docs/man/bin ] || mkdir httemplate/docs/man/bin
- [ -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:
- [ -e ./httemplate/docs/man ] || mkdir httemplate/docs/man
- [ -e ./httemplate/docs/man/bin ] || mkdir httemplate/docs/man/bin
- [ -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
- bin/pod2x
+wikiman:
+ chmod a+rx ./bin/pod2x
+ ./bin/pod2x
install-docs: docs
[ -e ${FREESIDE_DOCUMENT_ROOT} ] && mv ${FREESIDE_DOCUMENT_ROOT} ${FREESIDE_DOCUMENT_ROOT}.`date +%Y%m%d%H%M%S` || true
@@ -357,10 +343,6 @@ clean:
#these are probably only useful if you're me...
-upload-docs: forcehtmlman
- ssh 420.am rm -rf /var/www/www.sisd.com/freeside/docs
- scp -pr httemplate/docs 420.am:/var/www/www.sisd.com/freeside/docs
-
#release: upload-docs
release:
cd /home/ivan/freeside