aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-03-24 22:55:53 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-03-24 22:55:53 +0000
commitf73693c9d05982d39d80b97233c6a22dd8e171b1 (patch)
tree5db4da645a89754542f9be02636c1167ba16b719
parentff93a89a9311e7e5f8fdce63e56824682199a1e1 (diff)
downloadellinika-f73693c9d05982d39d80b97233c6a22dd8e171b1.tar.gz
ellinika-f73693c9d05982d39d80b97233c6a22dd8e171b1.tar.bz2
Add disp.css and disp.html
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@410 941c8c0f-9102-463b-b60b-cd22ce0e6858
-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.