aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-02-28 17:37:25 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2010-02-28 17:37:25 +0000
commitbd402b2e3c8b6ae6d34eeb419de6ebb0bdb74a48 (patch)
tree0792885682ff092ad3ec146ef0f4511c82e00f5f
parentc57a172b4a5fdc00d585d25a51aeb545d2efb345 (diff)
downloadellinika-bd402b2e3c8b6ae6d34eeb419de6ebb0bdb74a48.tar.gz
ellinika-bd402b2e3c8b6ae6d34eeb419de6ebb0bdb74a48.tar.bz2
Add missing files.
* html-files/dot.htaccess * html-files/Makefile.am git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@532 941c8c0f-9102-463b-b60b-cd22ce0e6858
-rw-r--r--html-files/Makefile.am38
-rw-r--r--html-files/dot.htaccess5
2 files changed, 43 insertions, 0 deletions
diff --git a/html-files/Makefile.am b/html-files/Makefile.am
new file mode 100644
index 0000000..a4f84f4
--- /dev/null
+++ b/html-files/Makefile.am
@@ -0,0 +1,38 @@
+# This file is part of Ellinika project.
+# Copyright (C) 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
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+#
+# Ellinika is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+ldirs = pl uk ru
+EXTRA_DIST = $(ldirs) dot.htaccess
+
+install-data-local:
+ @$(NORMAL_INSTALL)
+ for dir in $(ldirs); do \
+ tgt=$(DESTDIR)$(HTMLDIR)/$$dir; \
+ $(MKDIR_P) $$tgt; \
+ $(INSTALL_DATA) $$dir/*.html $$tgt; \
+ $(INSTALL_DATA) dot.htaccess $$tgt/.htaccess; \
+ done
+
+uninstall-local:
+ @$(NORMAL_UNINSTALL)
+ for dir in $(ldirs); do \
+ rm -f $(DESTDIR)$(HTMLDIR)/$$dir; \
+ done
+
+dist-hook:
+ for dir in $(ldirs); do \
+ rm -rf `find $(distdir)/$$dir -name .svn`; \
+ done \ No newline at end of file
diff --git a/html-files/dot.htaccess b/html-files/dot.htaccess
new file mode 100644
index 0000000..1c42e89
--- /dev/null
+++ b/html-files/dot.htaccess
@@ -0,0 +1,5 @@
+Options -Indexes
+<Files *.html>
+ SetHandler none
+</Files>
+

Return to:

Send suggestions and report system problems to the System administrator.