Use the .po files to work out which manpage dirs to create.
The pattern being used here didn't match anything in a tarball release.
This commit is contained in:
parent
134ee88a43
commit
e7622b031d
@ -214,7 +214,7 @@ install: all
|
||||
fi
|
||||
$(INSTALL_DIR) $(ROOT)/usr/include/
|
||||
$(INSTALL_DATA) initreq.h $(ROOT)/usr/include/
|
||||
for lang in '' $(subst ../man/,,$(wildcard ../man/po/??/)); do \
|
||||
for lang in '' $(patsubst ../man/po/%.po,%,$(wildcard ../man/po/??.po)); do \
|
||||
$(INSTALL_DIR) $(ROOT)$(MANDIR)/man1/$$lang; \
|
||||
$(INSTALL_DIR) $(ROOT)$(MANDIR)/man5/$$lang; \
|
||||
$(INSTALL_DIR) $(ROOT)$(MANDIR)/man8/$$lang; \
|
||||
|
Loading…
Reference in New Issue
Block a user