Add $MAN_LANG dirs/ to tarball in make dist
This commit is contained in:
parent
af91f19419
commit
02badf6ecc
1 changed files with 8 additions and 0 deletions
|
@ -19,3 +19,11 @@ uninstall-hook:
|
|||
done
|
||||
if test -d $(DESTDIR)$(mandir)/man6 ; then echo `rmdir $(DESTDIR)$(mandir)/man6` ; fi
|
||||
if test -d $(DESTDIR)$(mandir) ; then echo `rmdir $(DESTDIR)$(mandir)` ; fi
|
||||
|
||||
dist-hook:
|
||||
for i in $(MAN_LANG); do \
|
||||
mkdir -p $(distdir)/$$i ; \
|
||||
for j in $(dist_man6_MANS); do \
|
||||
$(INSTALL) -c -m 644 $(srcdir)/$$i/$$j $(distdir)/$$i/$$j ; \
|
||||
done \
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue