mokopedia2/mokopedia/Makefile

14 lines
306 B
Makefile
Raw Normal View History

2014-06-21 13:42:06 +00:00
srcdir = .
bindir = /usr/local/bin
confdir = /etc/
sharedir = /usr/share/mokopedia/
INSTALL = /usr/bin/install
INSTALLDATA = /usr/bin/install -m 644
INSTALLDIR = /usr/bin/install -m 644 -d
install:
$(INSTALLDATA) mokopedia.cfg $(confdir)
mkdir -p $(sharedir)
$(INSTALLDIR) $(srcdir)/de $(sharedir)