Remove extra lines from Makefile.am, fixes #9249
This commit is contained in:
parent
db80e8c7b4
commit
2c32ff9d12
1 changed files with 0 additions and 4 deletions
|
@ -43,16 +43,12 @@ bundle_editor_contents=@PACKAGE_NAME@ Editor.app/Contents
|
|||
|
||||
install-data-local:
|
||||
@$(NORMAL_INSTALL)
|
||||
|
||||
if OPTIPNG
|
||||
(cd $(top_srcdir) && find images -name '*.png' -print ) | while read p; do \
|
||||
$(w_preparefileinstall) \
|
||||
optipng -o4 $$d$$p; \
|
||||
done
|
||||
endif
|
||||
|
||||
|
||||
|
||||
if INSTALLDATA
|
||||
test -z "$(pkgdatadir)" || $(mkdir_p) "$(DESTDIR)$(pkgdatadir)"
|
||||
( $(finddatadirs) ) | while read p; do \
|
||||
|
|
Loading…
Add table
Reference in a new issue