Skip to content

Commit

Permalink
Fixes #37
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Sep 25, 2016
1 parent 559a395 commit 8f9f30a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ install-doc: install_copyright \
install_i_nex_LICENSE \
install_Pastebinit_LICENSE

compress-doc: compress_copyright \
compress_i_nex_LICENSE \
compress-doc: compress_i_nex_LICENSE \
compress_Pastebinit_LICENSE

install_copyright:
Expand All @@ -26,12 +25,9 @@ install_Pastebinit_LICENSE:
@echo -e '\033[1;32mInstalling Docs Pastebinit.LICENSE...\033[0m'
${INSTALL_DM}644 Pastebinit.LICENSE "$(DESTDIR)$(PREFIX)$(DOCSDIR)/Pastebinit.LICENSE"

compress_copyright:
@echo -e '\033[1;32mCompress Docs copyright...\033[0m'
${COMPRESS} "$(DESTDIR)$(PREFIX)$(DOCSDIR)/copyright"
compress_i_nex_LICENSE:
@echo -e '\033[1;32mCompress Docs I-Nex.LICENSE...\033[0m'
${COMPRESS} "$(DESTDIR)$(PREFIX)$(DOCSDIR)/I-Nex.LICENSE"
compress_Pastebinit_LICENSE:
@echo -e '\033[1;32mCompress Docs Pastebinit.LICENSE...\033[0m'
${COMPRESS} "$(DESTDIR)$(PREFIX)$(DOCSDIR)/Pastebinit.LICENSE"
${COMPRESS} "$(DESTDIR)$(PREFIX)$(DOCSDIR)/Pastebinit.LICENSE"

0 comments on commit 8f9f30a

Please sign in to comment.