aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index da8fd7d..30f2c2f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,11 +25,11 @@ htmldir = $(HTMLDIR)
html_DATA = mainstyle.css
install-html:
- for dir in ru el; do \
+ for dir in el pl ru; do \
here=`pwd`; \
cd $(top_srcdir)/html/$$dir; \
if test -d $(DESTDIR)$(HTMLDIR)/$$dir; then \
- : \
+ :; \
else \
$(mkdir_p) $(DESTDIR)$(HTMLDIR)/$$dir; \
fi; \

Return to:

Send suggestions and report system problems to the System administrator.