~evergreen-bugs/evergreen/rel_3_11

« back to all changes in this revision

Viewing changes to Open-ILS/updates/Makefile.am

  • Committer: phasefx
  • Date: 2010-08-24 19:04:20 UTC
  • Revision ID: git-v1:53a0bd89fe11176c309b6bcf7f812e3bb60b1283
Staff Client Build/Update Enhancements patch from Thomas Berezansky

Among other things, allows cross-compilation of Windows installers from Unix environments via NSIS, and enables Mozilla's upgrade mechanism for performing upgrades without needing to download and execute external files.

See https://bugs.launchpad.net/evergreen/+bug/616452/ for more details.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@17330 dcc99617-32d9-48b4-a31d-7c20da2025e4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#---------------------------------------------------------
 
2
# Makefile.am for updates
 
3
## Process this file with automake to generate Makefile.in
 
4
#---------------------------------------------------------
 
5
 
 
6
if BUILDILSUPDATES
 
7
OILSUPDATES_INST = updates-install
 
8
 
 
9
endif
 
10
 
 
11
install-exec-local: updates-install
 
12
 
 
13
uninstall-hook:
 
14
        rm -R $(UPDATESDIR)
 
15
 
 
16
updates-install:
 
17
        $(MKDIR_P) $(DESTDIR)$(UPDATESDIR)
 
18
        $(MKDIR_P) $(DESTDIR)$(UPDATESDIR)/patch
 
19
        $(MKDIR_P) $(DESTDIR)$(UPDATESDIR)/pub
 
20
        $(MKDIR_P) $(DESTDIR)$(UPDATESDIR)/archives
 
21
        cp @top_srcdir@/Open-ILS/updates/check $(DESTDIR)$(UPDATESDIR)/pub
 
22
        cp @top_srcdir@/Open-ILS/updates/download $(DESTDIR)$(UPDATESDIR)/pub
 
23
        cp @top_srcdir@/Open-ILS/updates/manualupdate.html $(DESTDIR)$(UPDATESDIR)/pub
 
24
        cp @top_srcdir@/Open-ILS/updates/update.rdf $(DESTDIR)$(UPDATESDIR)/pub
 
25
        cp @top_srcdir@/Open-ILS/updates/updatedetails.html $(DESTDIR)$(UPDATESDIR)/pub