diff --git a/Makefile b/Makefile index e9985e7..050b750 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ install-bin: build install-doc: install -d -m 0755 $(DESTDIR)/$(DOCDIR)/dosfstools - install -p -m 0644 doc/* $(DESTDIR)/$(DOCDIR)/dosfstools + install -p -m 0644 ChangeLog doc/* $(DESTDIR)/$(DOCDIR)/dosfstools install-man: install -d -m 0755 $(DESTDIR)/$(MANDIR)/man8