Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Take into account new FAQ.md filename.

Signed-off-by: Sebastien GODARD <[email protected]>
  • Loading branch information
sysstat committed Feb 27, 2017
1 parent da9c3d5 commit bfc1a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ ifeq ($(INSTALL_DOC),y)
$(INSTALL_DATA) COPYING $(DESTDIR)$(DOC_DIR)
$(INSTALL_DATA) CREDITS $(DESTDIR)$(DOC_DIR)
$(INSTALL_DATA) README.md $(DESTDIR)$(DOC_DIR)
$(INSTALL_DATA) FAQ $(DESTDIR)$(DOC_DIR)
$(INSTALL_DATA) FAQ.md $(DESTDIR)$(DOC_DIR)
$(INSTALL_DATA) *.lsm $(DESTDIR)$(DOC_DIR)
endif

Expand Down

0 comments on commit bfc1a60

Please sign in to comment.