aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCrispin Flowerday <gnome@flowerday.cx>2005-09-24 03:10:45 +0800
committerCrispin Flowerday <crispin@src.gnome.org>2005-09-24 03:10:45 +0800
commitfd6836b171fa8f5acbb9f37113809490fd9893fb (patch)
tree9bb9d03f843fac5519e9822aebb50a4b02493dd8
parent067bbc6bdef832c5488ab200cf1b815b54480074 (diff)
downloadgsoc2013-epiphany-fd6836b171fa8f5acbb9f37113809490fd9893fb.tar
gsoc2013-epiphany-fd6836b171fa8f5acbb9f37113809490fd9893fb.tar.gz
gsoc2013-epiphany-fd6836b171fa8f5acbb9f37113809490fd9893fb.tar.bz2
gsoc2013-epiphany-fd6836b171fa8f5acbb9f37113809490fd9893fb.tar.lz
gsoc2013-epiphany-fd6836b171fa8f5acbb9f37113809490fd9893fb.tar.xz
gsoc2013-epiphany-fd6836b171fa8f5acbb9f37113809490fd9893fb.tar.zst
gsoc2013-epiphany-fd6836b171fa8f5acbb9f37113809490fd9893fb.zip
Really add the file
2005-09-23 Crispin Flowerday <gnome@flowerday.cx> * data/epiphany.m4: Really add the file
-rw-r--r--ChangeLog4
-rw-r--r--data/epiphany.m430
2 files changed, 34 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fa24846fd..a7bfcac6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-09-23 Crispin Flowerday <gnome@flowerday.cx>
+ * data/epiphany.m4: Really add the file
+
+2005-09-23 Crispin Flowerday <gnome@flowerday.cx>
+
* data/Makefile.am:
* data/epiphany.m4:
* src/ephy-extensions-manager.c: (free_extension_info),
diff --git a/data/epiphany.m4 b/data/epiphany.m4
new file mode 100644
index 000000000..e880c22b6
--- /dev/null
+++ b/data/epiphany.m4
@@ -0,0 +1,30 @@
+## epiphany.m4 - Macros for building epiphany extensions. -*-Shell-script-*-
+## Copyright (C) Crispin Flowerday <crispin@gnome.org>
+##
+## This program 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 2 of the License, or
+## (at your option) any later version.
+##
+## This program 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, write to the Free Software
+## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+##
+## As a special exception to the GNU General Public License, if you
+## distribute this file as part of a program that contains a
+## configuration script generated by Autoconf, you may include it under
+## the same distribution terms that you use for the rest of that program.
+
+AC_DEFUN([AC_EPIPHANY_EXTENSION],
+[
+
+EPIPHANY_EXTENSION_RULE='%.ephy-extension: %.ephy-extension.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
+
+AC_SUBST(EPIPHANY_EXTENSION_RULE)
+
+])