Mercurial > MadButterfly
view inkscape/Makefile.am @ 270:cd6af7da32c9
Fix the problem that clean_canvas() can not clean canvas cleanly.
- For some unknown reasons, cairo_paint() can not clean painted
graphics cleanly.
- Use cairo_rectangle() and cairo_fill() to replace cairo_paint().
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Sun, 25 Jan 2009 16:07:43 +0800 |
parents | cac9ad3df633 |
children |
line wrap: on
line source
extdir=$(datadir)/inkscape/extenstions ext_py=AssignSymbol.py MB_EditButton.py MB_Frame.py ext_DATA=$(ext_py) MB_EditButton.inx MB_Frame.inx MB_assignSymbol.inx mbtest.svg install-data-hook: for file in $(ext_py); do cd "$(DESTDIR)$(extdir)"; tgt=$${file#inkscape/}; chmod +x $${tgt}; done EXTRA_DIST=$(ext_DATA)