[recipes] Extract chef descriptions
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [recipes] Extract chef descriptions
- Date: Sun, 1 Jan 2017 16:07:42 +0000 (UTC)
commit 0fc3d3bf44be82a002129086890bbfdb0de3565c
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Jan 1 10:48:42 2017 -0500
Extract chef descriptions
data/Makefile.am | 9 ++++++---
po/POTFILES.in | 1 +
2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index fd97e9c..d302aa1 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -3,13 +3,16 @@
EXTRA_DIST =
CLEANFILES =
-EXTRA_DIST += ingredients.list segments.list recipes.db.h
+EXTRA_DIST += ingredients.list segments.list recipes.db.h chefs.db.h
-BUILT_SOURCES = recipes.db.h
+BUILT_SOURCES = recipes.db.h chefs.db.h
-recipes.db.h: $(top_srcdir)/data/recipes.db
+recipes.db.h: recipes.db
$(AM_V_GEN) $(top_builddir)/tools/recipe-extract $^ > $@
+chefs.db.h: chefs.db
+ $(AM_V_GEN) $(top_builddir)/tools/recipe-extract --chefs $^ > $@
+
desktopdir = $(datadir)/applications
desktop_in_files = org.gnome.Recipes.desktop.in
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 906c5cc..f29bb08 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,5 +1,6 @@
data/org.gnome.Recipes.desktop.in
data/appdata/org.gnome.Recipes.appdata.xml.in
+data/chefs.db.h
data/recipes.db.h
src/chef-conflict-dialog.ui
src/gr-category-tile.ui
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]