From 5af690bd8b920e4815ba51285d4e72e1ccd19330 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 26 Nov 2012 18:28:36 +0000 Subject: use date -R instead of 822-date --- web/Makefile.am | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'web/Makefile.am') diff --git a/web/Makefile.am b/web/Makefile.am index 96e0530..58de96f 100644 --- a/web/Makefile.am +++ b/web/Makefile.am @@ -14,5 +14,20 @@ SUBDIRS = \ based_in = htdocs include $(top_srcdir)/Makefile.common -doc_DATA = index.php resources.html favicon.ico +doc_DATA = index.php resources.html favicon.ico echolot/copied.stamp #doc_DATA = account-create.php account-edit.php index.php login.php logout.php remsaint-subscription.php remsaint.php resources.html favicon.ico + +.PHONY: echolot/copied.stamp +echolot/copied.stamp: + rsync -rav --exclude copied.stamp --delete $(ECHOLOT_BASE)/results/ echolot + touch "$@" + +clean: + rm -rf echolot + +install-data-local: echolot/copied.stamp + [ -d $(docdir) ] || mkdir $(docdir) + rsync -rav --delete echolot/ $(docdir)/echolot + +uninstall-local: + rm -f $(docdir)/echolot -- cgit v1.2.3