All pastes #845998 Raw Copy code Copy link Edit

Unnamed

public unlisted text v1 · immutable
#845998 ·published 2008-01-08 00:53 UTC
rendered paste body
--- src/pixmaps/Makefile.am     (revision 15481)
+++ src/pixmaps/Makefile.am     (local)
@@ -56,9 +56,11 @@
 
 gncscalableicondir = ${datadir}/icons/hicolor/scalable/apps
 gncscalableicon_DATA = scalable/gnucash-icon.svg
+if BUILDING_FROM_SVN
 scalable/gnucash-icon.svg: ${top_srcdir}/art/icon.svgz
        -mkdir -p scalable
        gzip -cd ${top_srcdir}/art/icon.svgz > scalable/gnucash-icon.svg
+endif
 
 # As suggested by <http://live.gnome.org/GnomeGoals/AppIcon>
 if !OS_WIN32