From 0653b9f2608a78f00d2bf270a48ce832046a9962 Mon Sep 17 00:00:00 2001 From: spaillard Date: Mon, 29 Mar 2010 21:23:50 +0000 Subject: [PATCH] Use po4a --previous option (store previous string version in the po) git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@7192 313b444b-1b9f-4f58-a734-7bb04f332e8d --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 349ef67..4ec61e6 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,7 @@ ifdef LINGUA .PHONY: updatepo updatepo: $(patsubst %.dbk,po4a/$(LINGUA)/%.po,$(SOURCES)) po4a/$(LINGUA)/%.po: %.dbk - po4a-updatepo --format docbook --master $< --po $@ + po4a-updatepo --previous --format docbook --master $< --po $@ endif tidypo: -- 2.30.2