summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@ubuntu.com>2019-02-07 08:02:20 -0500
committerJonathan Kang <jonathankang@gnome.org>2019-04-19 07:41:24 +0000
commit6939d0da4271f2346b5ae1ebdcf7dfada210bcc3 (patch)
tree87566a6a50352402dc22f12a21ad56587e68da99
parent6574a908a5eef642a92375b94c6ef25587639bb1 (diff)
downloadgnome-logs-6939d0da4271f2346b5ae1ebdcf7dfada210bcc3.tar.gz
build: Drop autotools support
-rw-r--r--ChangeLog2
-rw-r--r--Makefile.am266
-rwxr-xr-xautogen.sh20
-rw-r--r--configure.ac105
-rw-r--r--help/Makefile.am15
-rw-r--r--m4/gtkdoc_jh_check_xml_catalog.m416
-rw-r--r--m4/gtkdoc_jh_path_xml_catalog.m434
-rw-r--r--po/Makevars78
8 files changed, 0 insertions, 536 deletions
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index 92bcb9b..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1,2 +0,0 @@
-The ChangeLog is auto-generated when releasing.
-If you are seeing this, use 'git log' for a detailed list of changes.
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index f29bffc..0000000
--- a/Makefile.am
+++ /dev/null
@@ -1,266 +0,0 @@
-ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
-
-EXTRA_DIST = \
- meson.build \
- meson_options.txt \
- meson_post_install.py \
- data/meson.build \
- data/icons/meson.build \
- help/meson.build \
- po/meson.build \
- src/meson.build \
- tests/meson.build
-
-AM_DISTCHECK_CONFIGURE_FLAGS = \
- --enable-appstream-util \
- --enable-tests
-
-SUBDIRS = help po
-
-bin_PROGRAMS = gnome-logs
-
-BUILT_SOURCES = \
- $(nodist_gnome_logs_SOURCES)
-
-gnome_logs_CPPFLAGS = \
- -DLOCALEDIR=\""$(localedir)"\" \
- -I$(top_builddir) \
- -I$(top_builddir)/src \
- $(WARN_CFLAGS)
-
-gnome_logs_CFLAGS = \
- $(LOGS_CFLAGS)
-
-gnome_logs_LDADD = \
- $(LOGS_LIBS)
-
-gnome_logs_SOURCES = \
- src/gl-application.c \
- src/gl-categorylist.c \
- src/gl-eventtoolbar.c \
- src/gl-eventviewdetail.c \
- src/gl-eventviewlist.c \
- src/gl-searchpopover.c \
- src/gl-eventviewrow.c \
- src/gl-journal.c \
- src/gl-journal-model.c \
- src/gl-main.c \
- src/gl-util.c \
- src/gl-window.c
-
-nodist_gnome_logs_SOURCES = \
- src/gl-enums.c \
- src/gl-resource.c
-
-enum_data = \
- src/gl-enums.c \
- src/gl-enums.h
-
-gnome_logs_enum_headers = \
- $(srcdir)/src/gl-categorylist.h \
- $(srcdir)/src/gl-eventtoolbar.h \
- $(srcdir)/src/gl-eventviewrow.h \
- $(srcdir)/src/gl-util.h \
- $(srcdir)/src/gl-searchpopover.h \
- $(srcdir)/src/gl-journal-model.h
-
-noinst_gnome_logs_headers = \
- src/gl-application.h \
- src/gl-categorylist.h \
- src/gl-eventtoolbar.h \
- src/gl-eventviewdetail.h \
- src/gl-eventviewlist.h \
- src/gl-searchpopover.h \
- src/gl-eventviewrow.h \
- src/gl-journal.h \
- src/gl-journal-model.h \
- src/gl-util.h \
- src/gl-window.h
-
-nodist_gnome_logs_headers = \
- src/gl-enums.h \
- src/gl-resource.h
-
-%/.dstamp:
- $(AM_V_at)$(MKDIR_P) $(@D)
- $(AM_V_at)touch $@
-
-@APPSTREAM_XML_RULES@
-appstream_in_files = data/org.gnome.Logs.appdata.xml.in
-$(appstream_in_files:.appdata.xml.in=.appdata.xml): data/.dstamp
-appstream_XML = $(appstream_in_files:.appdata.xml.in=.appdata.xml)
-$(appstream_XML): $(appstream_in_files)
- $(AM_V_GEN) $(MSGFMT) --xml --template $< -d $(top_srcdir)/po -o $@
-
-desktopdir = $(datadir)/applications
-desktop_in_files = data/org.gnome.Logs.desktop.in
-$(desktop_in_files:.desktop.in=.desktop): data/.dstamp
-desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
-$(desktop_DATA): $(desktop_in_files)
- $(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@
-
-data/org.gnome.Logs.service: data/org.gnome.Logs.service.in
- $(AM_V_GEN)$(SED) -e "s|[@]bindir[@]|$(bindir)|" $< > $@
-
-servicedir = $(datadir)/dbus-1/services
-service_in_files = data/org.gnome.Logs.service.in
-service_DATA = $(service_in_files:.service.in=.service)
-
-gsettings_ENUM_FILES = src/gl-application.h
-gsettings_ENUM_NAMESPACE = org.gnome.Logs
-gsettings_SCHEMAS = data/org.gnome.Logs.gschema.xml
-data/org.gnome.Logs.gschema.valid: data/.dstamp
-@GSETTINGS_RULES@
-
-if ENABLE_MAN
-data/gnome-logs.1: data/gnome-logs.xml
- $(AM_V_GEN)xsltproc --nonet --path $(builddir)/data --output $(builddir)/data/ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
-
-nodist_man_MANS = data/gnome-logs.1
-endif
-
-if LOGS_ENABLE_TESTS
-test-desktop-file-validate.sh: Makefile
- $(AM_V_GEN)echo "#!/bin/sh -e" > $@; \
- echo "$(DESKTOP_FILE_VALIDATE) $(top_builddir)/$(desktop_DATA) || exit 1" >> $@; \
- chmod +x $@
-
-check_SCRIPTS = \
- test-desktop-file-validate.sh
-
-# Tests:
-TESTS_ENVIRONMENT = \
- LANG=C \
- TZ=UTC \
- MALLOC_CHECK_=2 \
- MALLOC_PERTURB_=$$(($${RANDOM:-256} % 256)) \
- G_SLICE=debug-blocks
-
-tests_test_gl_util_CPPFLAGS = \
- -DLOCALEDIR=\""$(localedir)"\" \
- -I$(top_builddir) \
- -I$(top_srcdir)/src \
- $(WARN_CFLAGS)
-
-tests_test_gl_util_CFLAGS = \
- $(LOGS_CFLAGS)
-
-tests_test_gl_util_LDADD = \
- $(LOGS_LIBS)
-
-tests_test_gl_util_SOURCES = \
- tests/test-gl-util.c \
- src/gl-util.c
-
-check_PROGRAMS = \
- tests/test-gl-util
-
-TESTS = \
- $(check_PROGRAMS) \
- $(check_SCRIPTS)
-endif
-
-iconthemedir = $(datadir)/icons/hicolor
-
-appiconscalabledir = $(iconthemedir)/scalable/apps
-appiconsymbolicdir = $(iconthemedir)/symbolic/apps
-
-dist_appiconscalable_DATA = data/icons/scalable/org.gnome.Logs.svg
-dist_appiconsymbolic_DATA = data/icons/symbolic/org.gnome.Logs-symbolic.svg
-
-update_icon_cache = gtk-update-icon-cache --ignore-theme-index --force
-
-install-data-hook: install-update-icon-cache
-uninstall-hook: uninstall-update-icon-cache
-
-install-update-icon-cache:
- $(AM_V_at)$(POST_INSTALL)
- test -n "$(DESTDIR)" || $(update_icon_cache) "$(iconthemedir)"
-
-uninstall-update-icon-cache:
- $(AM_V_at)$(POST_UNINSTALL)
- test -n "$(DESTDIR)" || $(update_icon_cache) "$(iconthemedir)"
-
-src/gl-enums.c: $(gnome_logs_enum_headers) src/gl-enums.h Makefile
- $(AM_V_GEN)$(GLIB_MKENUMS) \
- --fhead "#include \"gl-enums.h\"\n\n" \
- --fprod "/* enumerations from \"@filename@\" */\n" \
- --fprod "#include \"@filename@\"\n" \
- --vhead "GType\n@enum_name@_get_type (void)\n{\n" \
- --vhead " static GType type = 0;\n\n" \
- --vhead " if (!type)\n {\n" \
- --vhead " static const G@Type@Value _@enum_name@_values[] = {" \
- --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \
- --vtail " { 0, NULL, NULL }\n };\n\n" \
- --vtail " type = g_@type@_register_static (\"@EnumName@\", _@enum_name@_values);\n }\n\n" \
- --vtail " return type;\n}\n\n" \
- $(gnome_logs_enum_headers) > $@
-
-src/gl-enums.h: $(gnome_logs_enum_headers) Makefile
- $(AM_V_GEN)$(GLIB_MKENUMS) \
- --fhead "#ifndef GL_ENUMS_H_\n" \
- --fhead "#define GL_ENUMS_H_\n\n" \
- --fhead "#include <glib-object.h>\n\n" \
- --fhead "G_BEGIN_DECLS\n\n" \
- --fprod "/* enumerations from @filename@ */\n" \
- --vhead "GType @enum_name@_get_type (void);\n" \
- --vhead "#define GL_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \
- --ftail "G_END_DECLS\n\n" \
- --ftail "#endif /* GL_ENUMS_H_ */" \
- $(gnome_logs_enum_headers) > $@
-
-noinst_resource_files = $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies --sourcedir=$(srcdir)/data $(srcdir)/data/org.gnome.Logs.gresource.xml)
-
-src/gl-resource.c src/gl-resource.h: data/org.gnome.Logs.gresource.xml Makefile $(noinst_resource_files)
- $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir)/data --generate --c-name gl $<
-
-dist_noinst_DATA = \
- $(noinst_gnome_logs_headers) \
- $(noinst_resource_files) \
- $(appstream_in_files) \
- $(desktop_in_files) \
- $(service_in_files) \
- $(gsettings_SCHEMAS) \
- data/org.gnome.Logs.gresource.xml \
- data/gnome-logs.xml
-
-dist_noinst_SCRIPTS = \
- autogen.sh
-
-dist-hook: git-changelog-hook
-
-clean-local: clean-local-dstamp
-clean-local-dstamp:
- -rm -f data/.dstamp
-
-git-changelog-hook:
- $(AM_V_at)if $(top_srcdir)/build-aux/missing --run git \
- --git-dir=$(top_srcdir)/.git --work-tree=$(top_srcdir) log \
- --stat -M -C --name-status --no-color \
- | fmt --split-only >.ChangeLog.tmp; \
- then mv -f .ChangeLog.tmp "$(top_distdir)/ChangeLog"; \
- else rm -f .ChangeLog.tmp; exit 1; fi
-
-CLEANFILES = \
- $(appstream_XML) \
- $(desktop_DATA) \
- $(enum_data) \
- $(nodist_man_MANS) \
- $(service_DATA) \
- src/gl-resource.c \
- src/gl-resource.h \
- test-desktop-file-validate.sh
-
-MAINTAINERCLEANFILES = \
- build-aux/compile \
- build-aux/config.guess \
- build-aux/config.sub \
- build-aux/depcomp \
- build-aux/install-sh \
- build-aux/missing \
- aclocal.m4 \
- config.h.in \
- mkinstalldirs
-
-.PHONY: clean-local-dstamp git-changelog-hook
-.PHONY: install-update-icon-cache uninstall-update-icon-cache
diff --git a/autogen.sh b/autogen.sh
deleted file mode 100755
index d2eb39b..0000000
--- a/autogen.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-# Run this to generate all the initial Makefiles, etc.
-
-srcdir=`dirname $0`
-test -z "$srcdir" && srcdir=.
-
-(test -f $srcdir/src/gl-main.c) || {
- echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
- echo " top-level gnome-logs directory"
- exit 1
-}
-
-mkdir -p "$srcdir"/build-aux "$srcdir"/m4
-
-which gnome-autogen.sh || {
- echo "You need to install gnome-common"
- exit 1
-}
-
-. gnome-autogen.sh
diff --git a/configure.ac b/configure.ac
deleted file mode 100644
index b69d58f..0000000
--- a/configure.ac
+++ /dev/null
@@ -1,105 +0,0 @@
-AC_INIT([Logs],
- [3.32.0],
- [davidk@gnome.org],
- [gnome-logs],
- [https://wiki.gnome.org/Apps/Logs])
-AC_CONFIG_AUX_DIR([build-aux])
-AC_CONFIG_HEADERS([config.h])
-AC_CONFIG_SRCDIR([src/gl-main.c])
-AC_CONFIG_MACRO_DIR([m4])
-
-AM_INIT_AUTOMAKE([1.11 -Wall -Wno-portability check-news dist-xz no-define no-dist-gzip subdir-objects])
-AM_MAINTAINER_MODE([enable])
-AM_SILENT_RULES([yes])
-
-dnl Check for programs
-AC_PROG_CC
-AM_PROG_CC_C_O
-AC_PROG_SED
-
-GNOME_COMPILE_WARNINGS([maximum])
-
-PKG_PROG_PKG_CONFIG([0.24])
-
-AC_MSG_CHECKING([for glib-mkenums script])
-GLIB_MKENUMS=`$PKG_CONFIG --variable=glib_mkenums glib-2.0`
-AS_IF([test "x$GLIB_MKENUMS" = "x"],
- [AC_MSG_ERROR([glib-mkenums not listed in glib-2.0 pkg-config file])],
- [AC_SUBST([GLIB_MKENUMS])
- AC_MSG_RESULT([$GLIB_MKENUMS])])
-
-AC_SUBST([GLIB_COMPILE_RESOURCES], [`$PKG_CONFIG --variable glib_compile_resources gio-2.0`])
-
-dnl Internationalization
-AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION([0.19.8])
-AC_SUBST([GETTEXT_PACKAGE], [AC_PACKAGE_TARNAME])
-AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], ["$GETTEXT_PACKAGE"], [gettext package name])
-
-dnl GSettings schemas
-PKG_CHECK_EXISTS([gsettings-desktop-schemas],
- [],
- [AC_MSG_WARN([gsettings-desktop-schemas is required at runtime])])
-
-# Manpage, generated with xsltproc from DocBook XML.
-AC_ARG_ENABLE([man],
- [AS_HELP_STRING([--disable-man], [Disable building the man page])])
-
-AS_IF([test "x$enable_man" != "xno"],
- [AC_CHECK_PROG([have_xsltproc], [xsltproc], [yes], [no])
- JH_CHECK_XML_CATALOG([-//OASIS//DTD DocBook XML V4.3//EN],
- [DocBook XML DTD V4.3], [have_docbookdtd=yes], [have_docbookdtd=no])
- JH_CHECK_XML_CATALOG(
- [http://docbook.sourceforge.net/release/xsl/current/html/refentry.xsl],
- [DocBook XSL Stylesheets], [have_docbookxsl=yes], [have_docbookxsl=no])
- AS_IF([test "x$have_xsltproc" = "xyes" -a "x$have_docbookdtd" = "xyes" \
- -a "x$have_docbookxsl" = "xyes"],
- [have_manutils=yes],
- [AS_IF([test "x$enable_man" = "xyes"],
- [AC_MSG_ERROR(
- [manpage generation requested but required utilities were not found])])
- have_manutils=no])],
- [have_manutils=no])
-
-AM_CONDITIONAL([ENABLE_MAN], [test "x$have_manutils" = "xyes"])
-
-dnl AppData XML
-APPSTREAM_XML
-
-dnl Mallard Help
-YELP_HELP_INIT
-
-dnl Testing utilities.
-AC_ARG_ENABLE([tests],
- [AS_HELP_STRING([--disable-tests], [Disable support for tests run during make check])])
-
-AS_IF([test "x$enable_tests" != "xno"],
- [AC_PATH_PROG([DESKTOP_FILE_VALIDATE], [desktop-file-validate])
- AS_IF([test "x$ac_cv_path_DESKTOP_FILE_VALIDATE" != "xyes"],
- [have_desktop_file_validate=yes],
- [have_desktop_file_validate=no])],
- [have_desktop_file_validate=no])
-
-AS_IF([test "x$have_desktop_file_validate" = "xyes"],
- [testing_utilities=yes],
- [testing_utilities=no
- AS_IF([test "x$enable_tests" = "xyes"],
- [AC_MSG_ERROR([tests were requested but the required utilities were not found])])])
-
-AM_CONDITIONAL([LOGS_ENABLE_TESTS], [test "x$testing_utilities" = "xyes"])
-
-dnl Libraries
-GIO_REQUIRED="gio-unix-2.0 >= 2.43.90"
-GTK_REQUIRED="gtk+-3.0 >= 3.22.0"
-SYSTEMD_REQUIRED="libsystemd"
-PKG_CHECK_MODULES([LOGS], [$GIO_REQUIRED $GTK_REQUIRED $SYSTEMD_REQUIRED])
-
-GLIB_GSETTINGS
-
-AC_CONFIG_FILES([
-data/version.xml
-help/Makefile
-Makefile
-po/Makefile.in
-])
-AC_OUTPUT
diff --git a/help/Makefile.am b/help/Makefile.am
deleted file mode 100644
index cd3e6c3..0000000
--- a/help/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-@YELP_HELP_RULES@
-
-HELP_ID = gnome-logs
-
-HELP_FILES = \
- index.page \
- introduction.page \
- legal.xml \
- permissions.page
-
-HELP_MEDIA = \
- media/gnome-logs.png \
- media/gnome-logs-3-12.png
-
-HELP_LINGUAS = cs da de el es fr gl hu ko nl pl pt_BR ru sv
diff --git a/m4/gtkdoc_jh_check_xml_catalog.m4 b/m4/gtkdoc_jh_check_xml_catalog.m4
deleted file mode 100644
index 618c1c9..0000000
--- a/m4/gtkdoc_jh_check_xml_catalog.m4
+++ /dev/null
@@ -1,16 +0,0 @@
-dnl Checks if a particular URI appears in the XML catalog
-dnl Usage:
-dnl JH_CHECK_XML_CATALOG(URI, [FRIENDLY-NAME], [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
-AC_DEFUN([JH_CHECK_XML_CATALOG],
-[
- AC_REQUIRE([JH_PATH_XML_CATALOG],[JH_PATH_XML_CATALOG(,[:])])dnl
- AC_MSG_CHECKING([for ifelse([$2],,[$1],[$2]) in XML catalog])
- if $jh_found_xmlcatalog && \
- AC_RUN_LOG([$XMLCATALOG --noout "$XML_CATALOG_FILE" "$1" >&2]); then
- AC_MSG_RESULT([found])
- ifelse([$3],,,[$3])
- else
- AC_MSG_RESULT([not found])
- ifelse([$4],,[AC_MSG_ERROR([could not find ifelse([$2],,[$1],[$2]) in XML catalog])],[$4])
- fi
-])
diff --git a/m4/gtkdoc_jh_path_xml_catalog.m4 b/m4/gtkdoc_jh_path_xml_catalog.m4
deleted file mode 100644
index 1618906..0000000
--- a/m4/gtkdoc_jh_path_xml_catalog.m4
+++ /dev/null
@@ -1,34 +0,0 @@
-dnl Checks the location of the XML Catalog
-dnl Usage:
-dnl JH_PATH_XML_CATALOG([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
-dnl Defines XMLCATALOG and XML_CATALOG_FILE substitutions
-AC_DEFUN([JH_PATH_XML_CATALOG],
-[
- dnl check for the presence of the XML catalog
- AC_ARG_WITH([xml-catalog],
- AS_HELP_STRING([--with-xml-catalog=CATALOG],
- [path to xml catalog to use]),,
- [with_xml_catalog=/etc/xml/catalog])
- jh_found_xmlcatalog=true
- XML_CATALOG_FILE="$with_xml_catalog"
- AC_SUBST([XML_CATALOG_FILE])
- AC_MSG_CHECKING([for XML catalog ($XML_CATALOG_FILE)])
- if test -f "$XML_CATALOG_FILE"; then
- AC_MSG_RESULT([found])
- else
- jh_found_xmlcatalog=false
- AC_MSG_RESULT([not found])
- fi
-
- dnl check for the xmlcatalog program
- AC_PATH_PROG(XMLCATALOG, xmlcatalog, no)
- if test "x$XMLCATALOG" = xno; then
- jh_found_xmlcatalog=false
- fi
-
- if $jh_found_xmlcatalog; then
- ifelse([$1],,[:],[$1])
- else
- ifelse([$2],,[AC_MSG_ERROR([could not find XML catalog])],[$2])
- fi
-])
diff --git a/po/Makevars b/po/Makevars
deleted file mode 100644
index e1ad6a2..0000000
--- a/po/Makevars
+++ /dev/null
@@ -1,78 +0,0 @@
-# Makefile variables for PO directory in any package using GNU gettext.
-
-# Usually the message domain is the same as the package name.
-DOMAIN = $(PACKAGE)
-
-# These two variables depend on the location of this directory.
-subdir = po
-top_builddir = ..
-
-# These options get passed to xgettext.
-XGETTEXT_OPTIONS = --from-code=UTF-8 --keyword=_ --keyword=N_ --keyword=C_:1c,2 --keyword=NC_:1c,2 --keyword=g_dngettext:2,3 --add-comments
-
-# This is the copyright holder that gets inserted into the header of the
-# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
-# package. (Note that the msgstr strings, extracted from the package's
-# sources, belong to the copyright holder of the package.) Translators are
-# expected to transfer the copyright for their translations to this person
-# or entity, or to disclaim their copyright. The empty string stands for
-# the public domain; in this case the translators are expected to disclaim
-# their copyright.
-COPYRIGHT_HOLDER = GNOME Logs authors
-
-# This tells whether or not to prepend "GNU " prefix to the package
-# name that gets inserted into the header of the $(DOMAIN).pot file.
-# Possible values are "yes", "no", or empty. If it is empty, try to
-# detect it automatically by scanning the files in $(top_srcdir) for
-# "GNU packagename" string.
-PACKAGE_GNU = no
-
-# This is the email address or URL to which the translators shall report
-# bugs in the untranslated strings:
-# - Strings which are not entire sentences, see the maintainer guidelines
-# in the GNU gettext documentation, section 'Preparing Strings'.
-# - Strings which use unclear terms or require additional context to be
-# understood.
-# - Strings which make invalid assumptions about notation of date, time or
-# money.
-# - Pluralisation problems.
-# - Incorrect English spelling.
-# - Incorrect formatting.
-# It can be your email address, or a mailing list address where translators
-# can write to without being subscribed, or the URL of a web page through
-# which the translators can contact you.
-MSGID_BUGS_ADDRESS = https://gitlab.gnome.org/GNOME/gnome-logs/issues
-
-# This is the list of locale categories, beyond LC_MESSAGES, for which the
-# message catalogs shall be used. It is usually empty.
-EXTRA_LOCALE_CATEGORIES =
-
-# This tells whether the $(DOMAIN).pot file contains messages with an 'msgctxt'
-# context. Possible values are "yes" and "no". Set this to yes if the
-# package uses functions taking also a message context, like pgettext(), or
-# if in $(XGETTEXT_OPTIONS) you define keywords with a context argument.
-USE_MSGCTXT = yes
-
-# These options get passed to msgmerge.
-# Useful options are in particular:
-# --previous to keep previous msgids of translated messages,
-# --quiet to reduce the verbosity.
-MSGMERGE_OPTIONS =
-
-# These options get passed to msginit.
-# If you want to disable line wrapping when writing PO files, add
-# --no-wrap to MSGMERGE_OPTIONS, XGETTEXT_OPTIONS, and
-# MSGINIT_OPTIONS.
-MSGINIT_OPTIONS =
-
-# This tells whether or not to regenerate a PO file when $(DOMAIN).pot
-# has changed. Possible values are "yes" and "no". Set this to no if
-# the POT file is checked in the repository and the version control
-# program ignores timestamps.
-PO_DEPENDS_ON_POT = no
-
-# This tells whether or not to forcibly update $(DOMAIN).pot and
-# regenerate PO files on "make dist". Possible values are "yes" and
-# "no". Set this to no if the POT file and PO files are maintained
-# externally.
-DIST_DEPENDS_ON_UPDATE_PO = no