Merge pull request #40 from infirit/master
Update PORFILES.in with missing files + make autofoo happymaster-1.22
commit
c8e195218f
|
@ -1,5 +1,7 @@
|
||||||
SUBDIRS = src po help
|
SUBDIRS = src po help
|
||||||
|
|
||||||
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
|
|
||||||
NULL =
|
NULL =
|
||||||
|
|
||||||
DISTCHECK_CONFIGURE_FLAGS = \
|
DISTCHECK_CONFIGURE_FLAGS = \
|
||||||
|
|
|
@ -9,6 +9,7 @@ m4_define([gt_api_version],[0])
|
||||||
AC_INIT([MATE Terminal],[gt_version],[http://www.mate-desktop.org],[mate-terminal])
|
AC_INIT([MATE Terminal],[gt_version],[http://www.mate-desktop.org],[mate-terminal])
|
||||||
AC_CONFIG_SRCDIR([src/terminal.c])
|
AC_CONFIG_SRCDIR([src/terminal.c])
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz])
|
AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz])
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,12 @@
|
||||||
[encoding: UTF-8]
|
[encoding: UTF-8]
|
||||||
# List of source files containing translatable strings.
|
# List of source files containing translatable strings.
|
||||||
# Please keep this file sorted alphabetically.
|
# Please keep this file sorted alphabetically.
|
||||||
|
caja/caja-open-terminal.c
|
||||||
mate-terminal.desktop.in.in
|
mate-terminal.desktop.in.in
|
||||||
src/eggsmclient.c
|
src/eggsmclient.c
|
||||||
src/encodings-dialog.glade
|
src/encodings-dialog.glade
|
||||||
src/find-dialog.glade
|
src/find-dialog.glade
|
||||||
|
src/org.mate.terminal.gschema.xml.in
|
||||||
src/keybinding-editor.glade
|
src/keybinding-editor.glade
|
||||||
src/profile-editor.c
|
src/profile-editor.c
|
||||||
src/profile-manager.glade
|
src/profile-manager.glade
|
||||||
|
|
Loading…
Reference in New Issue