Code

Remove generated / updated .gmo files in "clean" target.
authorSebastian Harl <sh@tokkee.org>
Sun, 13 Apr 2008 16:20:13 +0000 (18:20 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 13 Apr 2008 16:20:13 +0000 (18:20 +0200)
debian/rules

index 797557b7b628cb305784228a7108f7a9384b4af1..a7be06e479285b6063d84258aa05b6f994c824fc 100755 (executable)
@@ -52,6 +52,7 @@ clean:
        rm -f build-stamp
        
        rm -rf $(BUILDDIR)
+       rm -f po/*.gmo
        
        for file in config.guess config.sub; do \
                if [ -e $$file.upstream ]; then \