[Xfce4-commits] [panel-plugins/xfce4-statusnotifier-plugin] 02/02: Fix some autohell warnings

noreply at xfce.org noreply at xfce.org
Mon Jul 17 18:35:14 CEST 2017


This is an automated email from the git hooks/post-receive script.

n   i   n   e   t   l   s       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository panel-plugins/xfce4-statusnotifier-plugin.

commit a4f3d8a3906641d040099fba98ec00d97f374151
Author: Viktor Odintsev <ninetls at xfce.org>
Date:   Mon Jul 17 19:34:33 2017 +0300

    Fix some autohell warnings
---
 ChangeLog   | 0
 Makefile.am | 7 +++++++
 2 files changed, 7 insertions(+)

diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index e69de29..0000000
diff --git a/Makefile.am b/Makefile.am
index 4452fc0..8737c87 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,5 @@
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+
 SUBDIRS = \
 	icons \
 	panel-plugin \
@@ -13,6 +15,11 @@ rpm: dist
 	rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
 	@rm -f $(PACKAGE)-$(VERSION).tar.gz
 
+ChangeLog: Makefile
+	(GIT_DIR=$(top_srcdir)/.git git log > .changelog.tmp \
+	&& mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) \
+	|| (touch ChangeLog; echo 'Git directory not found: installing possibly empty changelog.' >&2)
+
 EXTRA_DIST = \
 	intltool-extract.in \
 	intltool-merge.in \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list