mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-13 16:37:34 +00:00
Fix CHANGELOG.md install
This commit is contained in:
parent
f9355a0b86
commit
113145e52a
1 changed files with 1 additions and 1 deletions
|
@ -644,7 +644,7 @@ install-force: all install-translations
|
|||
done;
|
||||
|
||||
$(INSTALL) -m 755 -d $(DESTDIR)$(docdir)
|
||||
for i in user_doc/html/* ChangeLog; do \
|
||||
for i in user_doc/html/* CHANGELOG.md; do \
|
||||
if test -f $$i; then \
|
||||
$(INSTALL) -m 644 $$i $(DESTDIR)$(docdir); \
|
||||
fi; \
|
||||
|
|
Loading…
Reference in a new issue