diff options
author | tamplan <[email protected]> | 2020-06-25 15:48:00 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-25 17:52:28 +0200 |
commit | 7c04ddae6263b91004b0b653c4459be2180d1945 (patch) | |
tree | 406653a7b1c2c4a3fcf94354350d87df43a2599c /data | |
parent | 3fb36a3dce47e86d3cf8f855ba56765aa4372ac6 (diff) | |
download | mate-power-manager-7c04ddae6263b91004b0b653c4459be2180d1945.tar.bz2 mate-power-manager-7c04ddae6263b91004b0b653c4459be2180d1945.tar.xz |
Add git.mk to generate .gitignore
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 2 | ||||
-rw-r--r-- | data/icons/Makefile.am | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 03f40f2..e411b90 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -57,3 +57,5 @@ DISTCLEANFILES = \ mate-power-statistics.desktop \ org.mate.PowerManager.service \ $(gsettings_SCHEMAS) + +-include $(top_srcdir)/git.mk diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index 2be0a4c..7389128 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -28,3 +28,5 @@ update-icon-cache: echo "*** Icon cache not updated. After (un)install, run this:"; \ echo "*** $(gtk_update_icon_cache)"; \ fi + +-include $(top_srcdir)/git.mk |