diff options
| author | Ted Gould <ted@gould.cx> | 2008-12-10 21:36:50 +0000 |
|---|---|---|
| committer | Ted Gould <ted@canonical.com> | 2008-12-10 21:36:50 +0000 |
| commit | 31f41e23c5f4653263b564ad080649f10be055e5 (patch) | |
| tree | 5435ba4c8754720172352dc0180bd723a6f45f1c /src/dom/Makefile_insert | |
| parent | use 2geom bezier fitting (is copy of inkscape's) (diff) | |
| download | inkscape-31f41e23c5f4653263b564ad080649f10be055e5.tar.gz inkscape-31f41e23c5f4653263b564ad080649f10be055e5.zip | |
* Removing the bitmap files that aren't being used.
* Removing the filter files that haven't been used.
* Adding a small little script to pull the strings out of the filters.svg
file and pull them into a header file so that they can be translated.
* Fix generate_POTFILES.sh so that it warns that it'll probably break
things
* Update POTFILES.in so that it matches the files better.
* Making a bunch of .svg files not executable.
* Patching the effects code so that the sorting of the menus is correct
and the first entry is not ignored.
(bzr r6984)
Diffstat (limited to 'src/dom/Makefile_insert')
| -rw-r--r-- | src/dom/Makefile_insert | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/dom/Makefile_insert b/src/dom/Makefile_insert index 730ad798a..28edddcfa 100644 --- a/src/dom/Makefile_insert +++ b/src/dom/Makefile_insert @@ -10,13 +10,12 @@ dom_libdom_a_SOURCES = \ dom/cssreader.cpp \ dom/cssreader.h \ dom/dom.h \ - dom/domconfig.h \ dom/domimpl.cpp \ dom/domimpl.h \ dom/domptr.cpp \ + dom/domptr.h \ dom/domstring.cpp \ dom/domstring.h \ - dom/domstringimpl.h \ dom/events.h \ dom/ls.h \ dom/lsimpl.cpp \ @@ -28,6 +27,7 @@ dom_libdom_a_SOURCES = \ dom/smilimpl.cpp \ dom/smilimpl.h \ dom/stylesheets.h \ + dom/svg2.h \ dom/svg.h \ dom/svgimpl.cpp \ dom/svgimpl.h \ @@ -40,6 +40,7 @@ dom_libdom_a_SOURCES = \ dom/uri.cpp \ dom/uri.h \ dom/views.h \ + dom/views-level3.h \ dom/xmlreader.cpp \ dom/xmlreader.h \ dom/xpath.h \ |
