Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jul 13, 2014
1 parent 09703b8 commit 4d02e35
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/make -f
include ../i-nex.mk
create-dir:
@echo -e '\033[1;32mCreate directory...\033[0m'
mkdir -p $(DESTDIR)$(PREFIX)$(DOCSDIR)
install: install-doc compress-doc

install-doc:
@echo -e '\033[1;32mCreate directory...\033[0m'
mkdir -p $(DESTDIR)$(PREFIX)$(DOCSDIR)
@echo -e '\033[1;32mInstalling Docs...\033[0m'
install -Dm644 copyright "$(DESTDIR)$(PREFIX)$(DOCSDIR)/copyright"
install -Dm644 I-Nex.LICENSE "$(DESTDIR)$(PREFIX)$(DOCSDIR)/I-Nex.LICENSE"
Expand All @@ -14,6 +14,4 @@ compress-doc:
@echo -e '\033[1;32mCompress Docs...\033[0m'
gzip -9 "$(DESTDIR)$(PREFIX)$(DOCSDIR)/copyright"
gzip -9 "$(DESTDIR)$(PREFIX)$(DOCSDIR)/I-Nex.LICENSE"
gzip -9 "$(DESTDIR)$(PREFIX)$(DOCSDIR)/Pastebinit.LICENSE"

install: create-dir install-doc compress-doc
gzip -9 "$(DESTDIR)$(PREFIX)$(DOCSDIR)/Pastebinit.LICENSE"

0 comments on commit 4d02e35

Please sign in to comment.