summaryrefslogtreecommitdiffstats
path: root/ipa-server/xmlrpc-server/Makefile
blob: 80c24193a30e9a170a2fc3a8152b523acf61e703 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include ../Makefile.common

all: ;

install:
	-mkdir -p $(SHAREDIR)
	-mkdir -p $(SHAREDIR)/html
	install -m 644 *.py $(SHAREDIR)/ipaserver
	install -m 644 ipa.conf $(SHAREDIR)
	install -m 644 *.html $(SHAREDIR)/html

clean:
	rm -f *~ *.pyc