summaryrefslogtreecommitdiffstats
path: root/modules/xmlrpc/doc/Makefile
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-09 16:34:40 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-09 16:34:40 +0000
commitbcad40a05ab2dc2a341a3227e30b96668bce4500 (patch)
tree6fca27588d53a1b24705bd2834e9e643bb729bd1 /modules/xmlrpc/doc/Makefile
downloadampache-bcad40a05ab2dc2a341a3227e30b96668bce4500.tar.gz
ampache-bcad40a05ab2dc2a341a3227e30b96668bce4500.tar.bz2
ampache-bcad40a05ab2dc2a341a3227e30b96668bce4500.zip
New Import
Diffstat (limited to 'modules/xmlrpc/doc/Makefile')
-rwxr-xr-xmodules/xmlrpc/doc/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/modules/xmlrpc/doc/Makefile b/modules/xmlrpc/doc/Makefile
new file mode 100755
index 00000000..77a47180
--- /dev/null
+++ b/modules/xmlrpc/doc/Makefile
@@ -0,0 +1,17 @@
+WEB=/var/www/xmlrpc/doc
+
+all: index.html
+
+index.html: xmlrpc_php.sgml
+ jade -t sgml -d custom.dsl xmlrpc_php.sgml
+
+clean:
+ rm -f *.html
+
+install:
+ mkdir -p ${WEB}
+ cp *.html ${WEB}
+
+web:
+ mkdir -p ${WEB}
+ cp *.html ${WEB}