[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r4183 - in i18nHTML: . src src/admin src/examples src/i18nH
From: |
grothoff |
Subject: |
[GNUnet-SVN] r4183 - in i18nHTML: . src src/admin src/examples src/i18nHTML |
Date: |
Wed, 3 Jan 2007 22:40:07 -0800 (PST) |
Author: grothoff
Date: 2007-01-03 22:40:03 -0800 (Wed, 03 Jan 2007)
New Revision: 4183
Added:
i18nHTML/Makefile.am
i18nHTML/configure.ac
i18nHTML/src/Makefile.am
i18nHTML/src/admin/Makefile.am
i18nHTML/src/examples/Makefile.am
i18nHTML/src/i18nHTML/Makefile.am
Log:
bldd
Added: i18nHTML/Makefile.am
===================================================================
--- i18nHTML/Makefile.am 2007-01-04 06:22:30 UTC (rev 4182)
+++ i18nHTML/Makefile.am 2007-01-04 06:40:03 UTC (rev 4183)
@@ -0,0 +1,4 @@
+SUBDIRS = src .
+EXTRA_DIST = \
+ contrib/populate.sql
+ ABOUT-NLS \
Added: i18nHTML/configure.ac
===================================================================
--- i18nHTML/configure.ac 2007-01-04 06:22:30 UTC (rev 4182)
+++ i18nHTML/configure.ac 2007-01-04 06:40:03 UTC (rev 4183)
@@ -0,0 +1,30 @@
+# Process this file with autoconf to produce a configure script.
+
+AC_PREREQ(2.61)
+AC_INIT(i18nhtml, 0.3.0, address@hidden)
+AM_INIT_AUTOMAKE([i18nhtml], [0.3.0])
+
+# Checks for programs.
+
+AC_PROG_INSTALL
+# Checks for libraries.
+
+# Checks for header files.
+
+# Checks for typedefs, structures, and compiler characteristics.
+
+# Checks for library functions.
+
+prefix=/usr
+pkgdatadir=$(prefix)/share/i18nHTML
+includedir=$(prefix)/share/php
+
+AC_CONFIG_FILES([Makefile
+src/Makefile
+src/admin/Makefile
+src/examples/Makefile
+src/i18nHTML/Makefile
+])
+
+
+AC_OUTPUT
Added: i18nHTML/src/Makefile.am
===================================================================
--- i18nHTML/src/Makefile.am 2007-01-04 06:22:30 UTC (rev 4182)
+++ i18nHTML/src/Makefile.am 2007-01-04 06:40:03 UTC (rev 4183)
@@ -0,0 +1,5 @@
+SUBDIRS = admin examples i18nHTML .
+EXTRA_DIST = \
+ update0_1_0.php \
+ update0_2_0.php \
+ update0_3_0.php
Added: i18nHTML/src/admin/Makefile.am
===================================================================
--- i18nHTML/src/admin/Makefile.am 2007-01-04 06:22:30 UTC (rev 4182)
+++ i18nHTML/src/admin/Makefile.am 2007-01-04 06:40:03 UTC (rev 4183)
@@ -0,0 +1,18 @@
+pkgdata_PROGRAMS = \
+ accounts.php \
+ add_language.php \
+ commitMassTranslation.php \
+ commitTranslation.php \
+ editor.php \
+ index.php \
+ languages.php \
+ login_form.php \
+ login.php \
+ logout.php \
+ manage_account.php \
+ signup_form.php \
+ signup.php \
+ status.php \
+ tables.php \
+ translate.php \
+ vote.php
Added: i18nHTML/src/examples/Makefile.am
===================================================================
--- i18nHTML/src/examples/Makefile.am 2007-01-04 06:22:30 UTC (rev 4182)
+++ i18nHTML/src/examples/Makefile.am 2007-01-04 06:40:03 UTC (rev 4183)
@@ -0,0 +1,4 @@
+EXTRA_DIST = \
+ example2.php \
+ example.php \
+ start.php
Added: i18nHTML/src/i18nHTML/Makefile.am
===================================================================
--- i18nHTML/src/i18nHTML/Makefile.am 2007-01-04 06:22:30 UTC (rev 4182)
+++ i18nHTML/src/i18nHTML/Makefile.am 2007-01-04 06:40:03 UTC (rev 4183)
@@ -0,0 +1,5 @@
+i18nhtmlincludedir = $(datadir)/php
+
+i18nhtmlinclude_HEADERS = \
+ i18nhtml_config.php \
+ i18nhtml.php
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r4183 - in i18nHTML: . src src/admin src/examples src/i18nHTML,
grothoff <=