aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
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.