diff options
| author | Kees Cook <kees@outflux.net> | 2007-03-21 21:44:47 +0000 |
|---|---|---|
| committer | keescook <keescook@users.sourceforge.net> | 2007-03-21 21:44:47 +0000 |
| commit | 04d66dfcb2e7ed2fa88c503dd0b66cde5b54923e (patch) | |
| tree | 85e9f4f3264ea659789282f7e32acd1f52108fd4 | |
| parent | Fix for bug #1589436 - font baseline now correctly snaps in selector tool (diff) | |
| download | inkscape-04d66dfcb2e7ed2fa88c503dd0b66cde5b54923e.tar.gz inkscape-04d66dfcb2e7ed2fa88c503dd0b66cde5b54923e.zip | |
mingw removal cleanups
(bzr r2727)
| -rw-r--r-- | Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index b91a7f4b6..4811215c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,7 +42,7 @@ EXTRA_DIST = \ Info.plist.in \ Info.plist \ inkscape.nsi \ - config.h.mingw Makefile.mingw Makefile.mingw.common mingwenv.bat buildtool.cpp build.xml \ + buildtool.cpp build.xml \ README README.ca.txt README.de.txt README.es.txt README.fr.txt README.it.txt \ HACKING.txt HACKING.de.txt HACKING.fr.txt HACKING.it.txt \ TRANSLATORS \ @@ -142,11 +142,9 @@ EXTRA_DIST = \ packaging/win32/slovenian.nsh \ packaging/win32/spanish.nsh \ packaging/win32/header.bmp \ - po/Makefile.mingw \ po/inkscape.pot \ po/update_po_files.sh \ - src/Makefile.mingw src/inkscape_version.h.mingw src/inkscape.rc src/inkview.rc src/makedef.pl \ - src/helper/sp-marshal.h.mingw src/helper/sp-marshal.cpp.mingw + src/inkscape.rc src/inkview.rc # We want the built inkscape.1 to go in the distributed .tar.gz so # that .tar.gz users don't need a full perl distribution to get a man |
