summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--man/Makefile.am2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index aafe5b5e4..b5a823e01 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -39,6 +39,8 @@ dpkg (1.15.4) UNRELEASED; urgency=low
in dpkg man page.
* Change po4a usage to not create unwated changes depending if doing out or
in-tree builds.
+ * Use po4a “--previous” support when updating the man pages.
+ Suggested by Christian Perrier <bubulle@debian.org>.
[ Raphael Hertzog ]
* Replace install-info by a wrapper around GNU's install-info. The wrapper
diff --git a/man/Makefile.am b/man/Makefile.am
index 7baa59014..8ee55cd92 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -5,7 +5,7 @@ all-local: all-local-@USE_NLS@
all-local-no:
all-local-yes: man.stamp
-PO4A_COMMON_OPTS = --variable builddir=$(CURDIR)
+PO4A_COMMON_OPTS = --previous --variable builddir=$(CURDIR)
PO4A_BUILD_OPTS = $(PO4A_COMMON_OPTS) --no-backups
PO4A_CLEAN_OPTS = $(PO4A_COMMON_OPTS) --rm-backups --rm-translations