From 710a0ee980939fd6c9aacd121b41c9df7163e694 Mon Sep 17 00:00:00 2001 From: vperrin-guest Date: Fri, 14 Apr 2006 09:35:45 +0000 Subject: r1904: * Update french translation with recents changes in dh_installxfonts, dh_link and dh_compress manpages * Delete -f option in po4a command line. Bug in po4a has been corrected in new version (0.24.1). * Change build-depends for po4a. New version (0.24.1). * Add code for removing empty "lang" directories into man/ when cleaning. --- debian/rules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 62ed0657..7b3a02b7 100755 --- a/debian/rules +++ b/debian/rules @@ -46,7 +46,7 @@ build-stamp: cat debhelper.pod | \ $(MAKEMANLIST) `find . -maxdepth 1 -type f -perm +100 -name "dh_*" | sort` | \ $(POD2MAN) --name="debhelper" --section=7 > debhelper.7 - po4a -f man/po4a/po4a.cfg + po4a man/po4a/po4a.cfg set -e; \ for lang in $(LANGS); do \ dir=man/$$lang; \ @@ -66,6 +66,9 @@ clean: ./run dh_testroot ./run dh_clean *.1 *.7 *-stamp Debian/Debhelper/Dh_Version.pm po4a --rm-translations --rm-backups man/po4a/po4a.cfg + for lang in $(LANGS); do \ + rmdir man/$$lang; \ + done; test: version test-stamp test-stamp: -- cgit v1.2.3