summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2017-07-12 08:40:57 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2017-07-12 08:41:01 +0900
commitd515c550b1574ab0bdd751ebf31600347ecc396b (patch)
treed25cdf86f8c84ad43e52c94b45b7f8353ed0429a /Makefile.in
parent4f476d6ac93c838c034cc2943647dfae3eaf9090 (diff)
downloadpygobject2-d515c550b1574ab0bdd751ebf31600347ecc396b.tar.gz
pygobject2-d515c550b1574ab0bdd751ebf31600347ecc396b.tar.bz2
pygobject2-d515c550b1574ab0bdd751ebf31600347ecc396b.zip
Imported Upstream version 3.11.91
Change-Id: I6a9a58284ff7f0bec0f4afba0c8bb3a909287ce6 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 7ba43dd..4cf5c4e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1094,7 +1094,7 @@ release-news:
@echo -e "\n\n\nFor blogging, you can copy&paste this HTML formatted news:"
@echo "-------------- 8< -------------"
- @last=`head -n1 NEWS | cut -f1 -d' '`; \
+ @last=`head -n1 $(top_srcdir)/NEWS | cut -f1 -d' '`; \
echo "<ul>"; \
for commit in `git rev-list $$last..`; do \
data=`git log --format="format:%s%n%an%n%b" $$commit^..$$commit`; \