From 1f4db8b352f6c039272ceb1a0855e4f2c515e972 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sun, 28 Feb 2010 17:32:55 +0000 Subject: Improve language selection support + change appearance a bit. * .htaccess.in: Use type-map to handle automatic language selection. * style.css (div.contentpanel): Set vertical align. (div.navbar > img): New selector. Center the Parthenon image. (ul.menu): Change navigation menu appearance. * configure.ac: Require autoconf 2.63 (AC_CONFIG_FILES): Add html-files/Makefile * Makefile.am (SUBDIRS): Add html-files . (html_DATA, EXTRA_DIST): Reflect changes to the root directory. * index.html: New file. * maint.html: Rewrite as a type-map. * disp.html, index.scml: Remove. * html-files/pl/maint.html: New file. * html-files/ru/maint.html: New file. * html-files/uk/maint.html: New file. git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@530 941c8c0f-9102-463b-b60b-cd22ce0e6858 --- Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6e3a25a..5ee0b11 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # This file is part of Ellinika project. -# Copyright (C) 2004, 2007, 2008 Sergey Poznyakoff +# Copyright (C) 2004, 2007, 2008, 2010 Sergey Poznyakoff # # Ellinika is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,12 +17,12 @@ AUTOMAKE_OPTIONS = gnits 1.8 ACLOCAL_AMFLAGS = -I m4 -SUBDIRS=src elisp data scm xml po +SUBDIRS=src elisp data scm xml html-files po htmldir = $(HTMLDIR) -html_DATA = style.css .htaccess index.scml disp.html disp.css -EXTRA_DIST=.htaccess.in index.scml disp.html disp.css maint.html +html_DATA = style.css .htaccess disp.css index.html maint.html +EXTRA_DIST=.htaccess.in disp.css index.html maint.html install-html: top_srcdir=`cd $(top_srcdir);pwd`; \ -- cgit v1.2.1