diff options
author | vperrin-guest <vperrin-guest> | 2006-04-14 09:35:45 +0000 |
---|---|---|
committer | vperrin-guest <vperrin-guest> | 2006-04-14 09:35:45 +0000 |
commit | 710a0ee980939fd6c9aacd121b41c9df7163e694 (patch) | |
tree | 51797b5158d70a0e4f05dc29ea6282ff676088a2 /debian/rules | |
parent | bd9d10cc8deb69d6e4646d954adf967a6ac88512 (diff) |
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.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 62ed065..7b3a02b 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: |