summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.