mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix compiling from tarball, as art/ is not distributed.
Patch from warlord. BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16842 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -56,9 +56,12 @@ gncsmallicon_DATA = 16x16/gnucash-icon.png
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user