blob: 797fb36ffecd79100a67ec320429630b63f00124 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
DISTCLEANFILES = \
intltool-extract \
intltool-merge \
intltool-update
EXTRA_DIST = \
AUTHORS \
COPYING \
README
execdir = $(sbindir)
install-exec-local:
mkdir -p $(DESTDIR)/$(sbindir) $(DISTDIR)/$(bindir)
$(INSTALL) -p 755 pykolab.py $(DESTDIR)/$(sbindir)
pushd $(DESTDIR)$(bindir);$(LN_S) consolehelper pykolab;popd
|