diff options
author | rbuj <[email protected]> | 2019-10-21 14:14:19 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-10-30 15:47:05 +0100 |
commit | 1614cec077ab369640b24ff73045bf470ca93683 (patch) | |
tree | 5fbb9472490534f259073024a349b6667a08f94a | |
parent | 6104b728b5fd5745ec8298a7e47ea712cfd4b1c0 (diff) | |
download | mate-panel-1614cec077ab369640b24ff73045bf470ca93683.tar.bz2 mate-panel-1614cec077ab369640b24ff73045bf470ca93683.tar.xz |
build: %.gschema.xml files were already generated by autogen.sh
configure.ac contents:
GETTEXT_PACKAGE=mate-panel
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Define the gettext package to be used])
AC_SUBST(GETTEXT_PACKAGE)
AC_OUTPUT([
...
data/org.mate.panel.gschema.xml
data/org.mate.panel.menubar.gschema.xml
data/org.mate.panel.object.gschema.xml
data/org.mate.panel.toplevel.gschema.xml
...
-rw-r--r-- | data/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 74c58edd..78e3c887 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -23,9 +23,6 @@ panel_gschemas_in = \ gsettings_SCHEMAS = $(panel_gschemas_in:.xml.in=.xml) -%.gschema.xml: %.gschema.xml.in Makefile - $(AM_V_GEN) $(SED) -e 's^\@GETTEXT_PACKAGE\@^$(GETTEXT_PACKAGE)^g' < $< > $@ - @GSETTINGS_RULES@ EXTRA_DIST = \ |