~tom-gall/live-build/integrate-linaro-media-create

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Daniel Baumann
  • Date: 2011-03-09 18:17:15 UTC
  • Revision ID: git-v1:74c3ad26d5d710282da6f51b746a33ad6370b8ce
Rearranging helpers scripts in source tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
LANGUAGES = de
6
6
 
7
 
SCRIPTS = live-helper.sh cgi/* functions/* examples/*/*.sh helpers/* hooks/*
 
7
SCRIPTS = cgi/* functions/* examples/*/*.sh scripts/*.sh scripts/*/*
8
8
 
9
9
all: test build
10
10
 
41
41
install:
42
42
        # Installing shared data
43
43
        mkdir -p $(DESTDIR)/usr/share/live-helper
44
 
        cp -r cgi data examples live-helper.sh functions helpers hooks includes lists repositories templates $(DESTDIR)/usr/share/live-helper
 
44
        cp -r cgi data examples functions scripts hooks includes lists repositories templates $(DESTDIR)/usr/share/live-helper
45
45
 
46
46
        # Installing executables
47
47
        mkdir -p $(DESTDIR)/usr/bin
48
 
        mv $(DESTDIR)/usr/share/live-helper/helpers/lh $(DESTDIR)/usr/share/live-helper/helpers/live-helper $(DESTDIR)/usr/bin
 
48
        mv $(DESTDIR)/usr/share/live-helper/scripts/build/lh $(DESTDIR)/usr/share/live-helper/scripts/build/live-helper $(DESTDIR)/usr/bin
49
49
 
50
50
        # Installing documentation
51
51
        mkdir -p $(DESTDIR)/usr/share/doc/live-helper