summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2012-10-25 17:42:46 +0200
committerJean Delvare <jdelvare@suse.de>2012-10-25 17:42:46 +0200
commitc28b341556a75ec031c294a82f3a7ba421c753ea (patch)
treeb0cfb862bd84c96207d83e72ce5ff07672035049
parent563bb91d8fb96d8dac41e74a0cff0f0d6b2771ad (diff)
downloadquilt-c28b341556a75ec031c294a82f3a7ba421c753ea.tar.gz
Keep reference entries sorted
Make function $(wildcard ...) is not guaranteed to sort the results, so explicitly sort the entries in the reference documentation file.
-rw-r--r--Makefile.in2
-rw-r--r--quilt.changes5
2 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index f06c0ee..b4578b9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -213,7 +213,7 @@ doc/quilt.1: doc/quilt.1.in doc/reference $(COMPAT)
doc/reference : bin/quilt $(QUILT:%=quilt/%) quilt/scripts/patchfns quilt/scripts/utilfns $(COMPAT)
@unset LANG LC_MESSAGES LC_CTYPE LC_ALL; \
- for i in $(QUILT); \
+ for i in $(sort $(QUILT)); \
do \
echo; \
QUILT_PC=.fake_pc quilt $$i -h; \
diff --git a/quilt.changes b/quilt.changes
index 54c18e3..8c9d9c6 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Thu Oct 25 15:05:10 CEST 2012 - jdelvare@suse.de
+
+- Makefile: Keep reference entries sorted.
+
+-------------------------------------------------------------------
Sun Mar 11 14:21:58 JST 2012 - satoru.takeuchi@gmail.com
New features and bug fixes for lib/quilt.el.