aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index b69cdde..0e4c2db 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,12 +22,12 @@ SUBDIRS=cgi-bin elisp data ellinika scm xml po
htmldir = $(HTMLDIR)
-html_DATA = style.css .htaccess index.scml
-EXTRA_DIST=.htaccess index.scml
+html_DATA = style.css .htaccess index.scml disp.html disp.css
+EXTRA_DIST=.htaccess index.scml disp.html disp.css
install-html:
top_srcdir=`cd $(top_srcdir);pwd`; \
- for dir in el pl ru; do \
+ for dir in pl ru uk; do \
here=`pwd`; \
if test -d $(top_srcdir)/html/$$dir; then \
cd $(top_srcdir)/html/$$dir; \

Return to:

Send suggestions and report system problems to the System administrator.