diff options
| author | Ralf Stephan <ralf@ark.in-berlin.de> | 2006-05-24 15:55:13 +0000 |
|---|---|---|
| committer | rwst <rwst@users.sourceforge.net> | 2006-05-24 15:55:13 +0000 |
| commit | fc4ae8508ed2b55c2df3340396706eb482c242a7 (patch) | |
| tree | 15821434686862647e8f19b03e76182269f8e002 /src | |
| parent | whiteboard now works on jep compliant servers only, aka wildfire (diff) | |
| download | inkscape-fc4ae8508ed2b55c2df3340396706eb482c242a7.tar.gz inkscape-fc4ae8508ed2b55c2df3340396706eb482c242a7.zip | |
define ndistclean-local to get rid of test files, write inkscape.pot rule, fix POTFILES.in --- fixes #1467073
(bzr r1002)
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a24ebcc2c..9b284e27d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -249,3 +249,5 @@ dist-hook: mkdir $(distdir)/pixmaps cp $(srcdir)/pixmaps/*xpm $(distdir)/pixmaps +distclean-local: + rm -f libnr/test-nr.xml libnr/test-nr.log svg/test-svg.xml svg/test-svg.log xml/test-xml.xml xml/test-xml.log test-all.xml test-all.log |
