Searched refs:rm (Results 1 - 21 of 21) sorted by relevance

/inkscape/
H A Ddelautogen.sh10 rm -rf autom4te.cache
11 rm -rf src/.libs
13 (cd "$d" && rm -f *~ && rm -rf .deps && rm -f $(grep '^[][a-zA-Z0-9_.*?-]*$' .cvsignore) )
H A Dgenerate_POTFILES.sh14 rm -f po/POTFILES.in.new
/inkscape/packaging/macosx/
H A Dosx-dmg.sh93 rm -rf "$tmp_dir"
119 rm -f "$rw_name"
123 rm -rf "$tmp_dir"
159 rm -f "$rw_name"
173 rm -i "$img_name"
176 rm -f "$rw_name"
H A Dosx-app.sh337 rm -rf $package
463 rm "$pkgresources/script"
464 rm "$pkgresources/openDoc"
465 rm "$pkgbin/inkscape"
506 find "$pkgpython" -name *.pyc -print0 | xargs -0 rm -f
507 find "$pkgpython" -name *.pyo -print0 | xargs -0 rm -f
508 find "${pkgshare}/pygobject" -name *.pyc -print0 | xargs -0 rm -f
847 rm -rf "$pkglocale"/*
848 rm -f "${pkgshare}/${binary_name}/tutorials"/*
854 rm
[all...]
H A Dcreate-stock-icon-theme.sh62 rm -R "$icon_theme_name"
/inkscape/share/extensions/
H A Ddia2svg.sh13 rm -f "${TEMPFILENAME}"
H A Dps2dxf.sh8 rm -f "${TEMPFILENAME}"
H A Dsk2svg.sh10 rm -f "$TMPSVG"
H A Ddxf_input.py205 rm = scale*vals[groups['40']][i40]
207 path += 'M %f,%f ' % (xc + rm*math.cos(a1*math.pi/180.0), yc + rm*math.sin(a1*math.pi/180.0))
220 rm = scale*vals[groups['40']][i40]
226 path += 'A %f,%f 0.0 %d %d %f,%f ' % (rm, rm, large, sweep, xc + rm*math.cos(a2*math.pi/180.0), yc + rm*math.sin(a2*math.pi/180.0))
228 path += 'A %f,%f 0.0 %d %d %f,%f ' % (rm, rm, larg
[all...]
/inkscape/cxxtest/sample/mock/
H A DMakefile4 rm -f *~ *.o roll test test.cpp
/inkscape/src/
H A Dcheck-header-compile.in47 rm header-tst.cpp header-tst.$OBJEXT
H A Dsp-item-notify-moveto.cpp8 #include <sp-item-rm-unsatisfied-cns.h>
/inkscape/share/extensions/test/
H A Drun-all-extension-tests111 rm $py_cover_files $failed_tests
/inkscape/packaging/macosx/ports/python/py-numpy/files/
H A Dwrapper-template134 rm -f ${filename}.32 ${filename}.64
/inkscape/packaging/macosx/ports/python/py25-numpy/files/
H A Dwrapper-template134 rm -f ${filename}.32 ${filename}.64
/inkscape/packaging/macosx/ports/python/py26-numpy/files/
H A Dwrapper-template134 rm -f ${filename}.32 ${filename}.64
/inkscape/cxxtest/
H A Dcxxtest.spec32 rm -rf $RPM_BUILD_ROOT
/inkscape/po/
H A Dlanguage_statistics.sh45 rm -f $PO_FILES $PO_MESSAGES
/inkscape/src/libcola/
H A Dgradient_projection.h47 PageBoundaryConstraints(double lm, double rm, double w) argument
48 : leftMargin(lm), rightMargin(rm), weight(w) { }
/inkscape/src/ui/tool/
H A Dnode.cpp1632 SelectableControlPoint *rm = static_cast<Node*>(i._node); local
1633 if (std::find(to_clear.begin(), to_clear.end(), &rm->_selection) == to_clear.end()) {
1634 to_clear.push_back(&rm->_selection);
1637 nodes.push_back(std::make_pair(rm, in));
1664 Node *rm = static_cast<Node*>(i._node); local
1665 ListNode *rmnext = rm->ln_next, *rmprev = rm->ln_prev;
1667 delete rm;
/inkscape/packaging/
H A Drelease-sign-tarballs144 rm -f $sig
238 rm "${tar_name}.announce"

Completed in 249 milliseconds