port 2009-04-12T17:48:08Z!crazy-ivanovic@gmx.net to trunk (fix dist hook for manpages)
This commit is contained in:
parent
d7c952abed
commit
ab542a4096
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue