port 2009-04-12T17:48:08Z!crazy-ivanovic@gmx.net to trunk (fix dist hook for manpages)

This commit is contained in:
Nils Kneuper 2009-04-12 17:51:02 +00:00
parent d7c952abed
commit ab542a4096

View file

@ -46,6 +46,8 @@ dist-hook:
for i in $(MAN_LANG); do \
mkdir -p $(distdir)/$$i ; \
for j in $(MAN_PAGES); do \
$(INSTALL) -c -m 644 $(srcdir)/$$i/$$j $(distdir)/$$i/$$j ; \
if test -f $(srcdir)/$$i/$$j; then \
$(INSTALL) -c -m 644 $(srcdir)/$$i/$$j $(distdir)/$$i/$$j ; \
fi \
done \
done