aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2015-01-06 14:20:40 +0200
committerSergey Poznyakoff <gray@gnu.org>2015-01-06 14:20:40 +0200
commitc5e668cfd92985ff7e3e4be7c6be8c3ea3e6d57f (patch)
tree39926189df6fa19ea1246cdc03e3c7cf5eaea889 /Makefile.am
parentd2964dda42f601c514d3e822dc5efd75ef456a40 (diff)
downloadellinika-c5e668cfd92985ff7e3e4be7c6be8c3ea3e6d57f.tar.gz
ellinika-c5e668cfd92985ff7e3e4be7c6be8c3ea3e6d57f.tar.bz2
Minor changes
* Makefile.am: Use silent rule markers * configure.ac: Enable silent rules, add Emacs magic for AC_REVISION * htdig: Remove.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2e4dd7e..678c978 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,7 +25,7 @@ html_DATA = style.css .htaccess maint.css index.html maint.html
EXTRA_DIST=.htaccess.in maint.css index.html maint.html
install-html:
- top_srcdir=`cd $(top_srcdir);pwd`; \
+ $(AM_V_GEN)top_srcdir=`cd $(top_srcdir);pwd`; \
for dir in pl ru uk; do \
here=`pwd`; \
if test -d $(top_srcdir)/html/$$dir; then \

Return to:

Send suggestions and report system problems to the System administrator.