~eloaders/i-nex/I-Nex

« back to all changes in this revision

Viewing changes to docs/Makefile

  • Committer: eloaders
  • Date: 2016-11-12 18:08:29 UTC
  • Revision ID: git-v1:5ce85679ea5e86f8c5d04684e824c5ab508c8dbe
Fixes #8 Reconstruction of code

Remove changelogs
Create new changelog.md
Add new file to format git log as markdown
Fixes for i-nex-lspci - now i-nex at run copy need files to user.home dir
Remove pastebinit from code

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/make -f
2
 
include ../i-nex.mk 
3
 
install: install-doc
4
 
 
5
 
install-doc: install_i_nex_LICENSE \
6
 
             install_Pastebinit_LICENSE
7
 
 
8
 
install_i_nex_LICENSE:
9
 
        @echo -e '\033[1;32mCreate directory...\033[0m'
10
 
        ${MKDIR_P} $(DESTDIR)$(PREFIX)$(DOCSDIR)
11
 
        @echo -e '\033[1;32mInstalling Docs I-Nex.LICENSE...\033[0m'
12
 
        ${INSTALL_DM}644 I-Nex.LICENSE "$(DESTDIR)$(PREFIX)$(DOCSDIR)/I-Nex.LICENSE"
13
 
install_Pastebinit_LICENSE:
14
 
        @echo -e '\033[1;32mCreate directory...\033[0m'
15
 
        ${MKDIR_P} $(DESTDIR)$(PREFIX)$(DOCSDIR)
16
 
        @echo -e '\033[1;32mInstalling Docs Pastebinit.LICENSE...\033[0m'
17
 
        ${INSTALL_DM}644 Pastebinit.LICENSE "$(DESTDIR)$(PREFIX)$(DOCSDIR)/Pastebinit.LICENSE"