mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
added doc and exit on fail
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4922 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
fc3bfde503
commit
dccce7b171
11
Makefile.win
11
Makefile.win
@ -4,10 +4,11 @@ all: winsubdirs
|
||||
|
||||
install: all
|
||||
mkdir -p -m 755 $(prefix)
|
||||
$(MAKE) -C i18n -f Makefile install
|
||||
$(MAKE) -C images -f Makefile install
|
||||
$(MAKE) -C resources -f Makefile install
|
||||
$(MAKE) -C src -f Makefile.win install
|
||||
$(MAKE) -C i18n -f Makefile install || exit 1
|
||||
$(MAKE) -C images -f Makefile install || exit 1
|
||||
$(MAKE) -C resources -f Makefile install || exit 1
|
||||
$(MAKE) -C src -f Makefile.win install || exit 1
|
||||
$(MAKE) -C doc -f Makefile install || exit 1
|
||||
|
||||
# Copy GRASS to QGIS
|
||||
cpgrass:
|
||||
@ -20,7 +21,7 @@ cpgrass:
|
||||
cp -r $(GRASS_BASE)/bin $(prefix)/grass
|
||||
cp -r $(GRASS_BASE)/scripts $(prefix)/grass
|
||||
cp -r $(GRASS_BASE)/lib/*.dll $(prefix)
|
||||
cp -r $(GRASS_BASE)/docs/html $(prefix)/docs
|
||||
cp -r $(GRASS_BASE)/docs/html $(prefix)/grass/docs
|
||||
@list=`ls $(prefix)/grass_*.dll`; \
|
||||
for f in $$list; do \
|
||||
$(STRIP) $$f; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user