mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 17:07:44 +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;
|
done;
|
||||||
|
|
||||||
$(INSTALL) -m 755 -d $(DESTDIR)$(docdir)
|
$(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 \
|
if test -f $$i; then \
|
||||||
$(INSTALL) -m 644 $$i $(DESTDIR)$(docdir); \
|
$(INSTALL) -m 644 $$i $(DESTDIR)$(docdir); \
|
||||||
fi; \
|
fi; \
|
||||||
|
|
Loading…
Reference in a new issue