From: taffit-guest Date: Mon, 14 Jun 2010 13:29:40 +0000 (+0000) Subject: "-a ?" is only possible with po4a version in Squeeze, build is broken in Lenny with... X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=4d25e1baf40c57d9a6b27ff8543064ac3f1e2420;p=developers-reference.git "-a ?" is only possible with po4a version in Squeeze, build is broken in Lenny with it, thus commented out for now git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@7408 313b444b-1b9f-4f58-a734-7bb04f332e8d --- diff --git a/Makefile b/Makefile index 0442939..8dac6d1 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,8 @@ ifndef LINGUA FORCE: else $(LINGUA)/%.dbk: %.dbk $(patsubst %.dbk,po4a/$(LINGUA)/%.po,%.dbk) - $(TRANSLATE) -m $< -p po4a/$(@:.dbk=.po) -l $@ -a po4a/$(@:.dbk=.add) +# "-a ?" is only possible with po4a version in Squeeze, build is broken in Lenny with it + $(TRANSLATE) -m $< -p po4a/$(@:.dbk=.po) -l $@ # -a ?po4a/$(@:.dbk=.add) $(LINGUA)/common.ent: common.ent cd $(@D) && ln -sf ../$(@F) .