Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix CHANGELOG.md install
  • Loading branch information
Aaron Gyes committed Jul 18, 2016
1 parent f9355a0 commit 113145e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -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; \
Expand Down

0 comments on commit 113145e

Please sign in to comment.