Skip to content

Commit

Permalink
Makefile: added Changelog to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
anyc committed Apr 11, 2022
1 parent a56b6ab commit 06d9f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ install: $(APP)
mkdir -p "$(DESTDIR)$(PREFIX)/bin"
install -m 755 avcut "$(DESTDIR)$(PREFIX)/bin/"
mkdir -p "$(DESTDIR)$(PREFIX)/share/doc/$(APP)/"
install -m 644 README.md "$(DESTDIR)$(PREFIX)/share/doc/$(APP)/"
install -m 644 README.md ChangeLog.txt "$(DESTDIR)$(PREFIX)/share/doc/$(APP)/"

mkdir -p $(DESTDIR)$(AVCUT_PROFILE_DIRECTORY)
cp profiles/* $(DESTDIR)$(AVCUT_PROFILE_DIRECTORY)
Expand Down

0 comments on commit 06d9f94

Please sign in to comment.