man/Makefile.am that removes the translated man pages.
* Make dpkg bootstrappable (modularize dpkg-architecture).
- * Fix 'make dist', po4a seems at fault.
-
* Support udeb natively:
- Add field Package-Type and friends.
- Generate proper Packages files. (#383916)
+2007-07-04 Frank Lichtenheld <djpig@debian.org>
+
+ * Makefile.am (uninstall-local): New target to
+ remove the translated man pages. Detected with
+ the help of 'make distcheck'.
+
2007-07-02 Frank Lichtenheld <djpig@debian.org>
* po/dpkg-man.pot: Regenerated.
fi \
done
+uninstall-local:
+ for lang in $(LINGUAS); do \
+ if [ -d $(srcdir)/$$lang ]; then \
+ files=$$(echo $(srcdir)/$$lang/*.[1-9]); \
+ $(MAKE) uninstall-man \
+ mandir="$(mandir)/$$lang" \
+ man_MANS="" \
+ dist_man_MANS="$$files"; \
+ fi \
+ done
+
dist-hook: man.stamp
cp $(srcdir)/man.stamp $(distdir)/
for lang in $(LINGUAS); do \