mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Don't clean out the EXTRA_DIST pixmaps if we're not building from SVN.
Otherwise "make clean" will put the code into a state where you cannot rebuild. BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17159 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -104,5 +104,8 @@ EXTRA_DIST = \
|
||||
${gncextrasmallicon_DATA} \
|
||||
${gncscalableicon_DATA}
|
||||
|
||||
# Only clean up if we're building from SVN
|
||||
if BUILDING_FROM_SVN
|
||||
clean-local:
|
||||
-rm -rf 48x48 32x32 24x24 22x22 16x16 scalable
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user