You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
306 B
Makefile

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)