mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
convert gif to png
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5856 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
aa00f3784a
commit
2aa82c067c
@ -25,6 +25,14 @@ cpgrass:
|
||||
cp -r $(GRASS_BASE)/scripts $(prefix)/grass
|
||||
cp -r $(GRASS_BASE)/lib/*.dll $(prefix)
|
||||
cp -r $(GRASS_BASE)/docs/html $(prefix)/grass/docs
|
||||
# Qt does not support GIF by default
|
||||
if [ -f $(GRASS_BASE)/docs/html/grass.smlogo.gif ] ; then \
|
||||
convert $(GRASS_BASE)/docs/html/grass.smlogo.gif $(prefix)/grass/docs/html/grass.smlogo.png ; \
|
||||
fi
|
||||
@list=`ls $(GRASS_BASE)/docs/html/*.html`; \
|
||||
for f in $$list; do \
|
||||
cat $$f |sed 's/grass.smlogo.gif/grass.smlogo.png/' > $(prefix)/grass/docs/html/`basename $$f` ; \
|
||||
done
|
||||
@list=`ls $(prefix)/grass_*.dll`; \
|
||||
for f in $$list; do \
|
||||
$(STRIP) $$f; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user