aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-02-28 17:32:55 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2010-02-28 17:32:55 +0000
commit1f4db8b352f6c039272ceb1a0855e4f2c515e972 (patch)
treef7b03c6cb746a5f5119a056b0b1ac0ba636b89a9 /configure.ac
parentaddbc1b7c0caa303ad78dc9af148d00310856d77 (diff)
downloadellinika-1f4db8b352f6c039272ceb1a0855e4f2c515e972.tar.gz
ellinika-1f4db8b352f6c039272ceb1a0855e4f2c515e972.tar.bz2
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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0f11ede..2563fff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# This file is part of Ellinika -*- autoconf -*-
-# Copyright (C) 2004, 2005, 2007, 2008 Sergey Poznyakoff
+# Copyright (C) 2004, 2005, 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
@@ -15,7 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-AC_PREREQ(2.59)
+AC_PREREQ(2.63)
AC_REVISION($Revision$)
AC_INIT(ellinika, 1.2, [gray@gnu.org.ua])
@@ -122,6 +122,7 @@ AC_CONFIG_FILES(Makefile
xml/pl/Makefile
xml/ru/Makefile
xml/uk/Makefile
+ html-files/Makefile
po/Makefile.in)
AC_OUTPUT

Return to:

Send suggestions and report system problems to the System administrator.