summaryrefslogtreecommitdiffstats
path: root/modules/xmlrpc/doc/Makefile
blob: 77a471807f22906f52f8c8ee0191bad5af08bba0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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}