summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2008-12-10 21:36:50 +0000
committerTed Gould <ted@canonical.com>2008-12-10 21:36:50 +0000
commit31f41e23c5f4653263b564ad080649f10be055e5 (patch)
tree5435ba4c8754720172352dc0180bd723a6f45f1c /src/Makefile.am
parentuse 2geom bezier fitting (is copy of inkscape's) (diff)
downloadinkscape-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/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7272c7888..842c3eb45 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -135,14 +135,13 @@ DISTCLEANFILES = \
# Extra files not mentioned as sources to include in the source tarball
EXTRA_DIST = \
- Doxyfile \
+ $(top_srcdir)/Doxyfile \
sp-skeleton.cpp sp-skeleton.h \
algorithms/makefile.in \
application/makefile.in \
bind/makefile.in \
debug/makefile.in \
dialogs/makefile.in \
- dialogs/filedialog-win32.cpp \
display/makefile.in \
dom/makefile.in \
extension/implementation/makefile.in \