1
0
mirror of https://bitbucket.org/jsuto/piler.git synced 2025-04-10 06:27:52 +02:00

added the gmail import script to makefile

This commit is contained in:
SJ 2012-09-29 19:42:25 +02:00
parent 5490941169
commit 4fe041d552

@ -29,6 +29,7 @@ all:
install: install:
$(INSTALL) -m 0755 $(srcdir)/ldap_sync.php $(DESTDIR)$(libexecdir)/piler $(INSTALL) -m 0755 $(srcdir)/ldap_sync.php $(DESTDIR)$(libexecdir)/piler
$(INSTALL) -m 0755 $(srcdir)/daily-report.php $(DESTDIR)$(libexecdir)/piler $(INSTALL) -m 0755 $(srcdir)/daily-report.php $(DESTDIR)$(libexecdir)/piler
$(INSTALL) -m 0755 $(srcdir)/gmail-imap-import.php $(DESTDIR)$(libexecdir)/piler
clean: clean: