diff options
| author | mjwybrow <mjwybrow@users.sourceforge.net> | 2006-06-20 00:17:02 +0000 |
|---|---|---|
| committer | mjwybrow <mjwybrow@users.sourceforge.net> | 2006-06-20 00:17:02 +0000 |
| commit | d4fc584014c27ddc20b47759829caa9715fb50de (patch) | |
| tree | a24fe8bf38bc5d306d9556f6163be3c78f379389 /Makefile.am | |
| parent | Correctly write Aleksandar Urosevic's name. Closes 1353260. (diff) | |
| download | inkscape-d4fc584014c27ddc20b47759829caa9715fb50de.tar.gz inkscape-d4fc584014c27ddc20b47759829caa9715fb50de.zip | |
* packaging/macosx/Resources/script,
packaging/macosx/Resources/bin/inkscape:
Improve quoting of shell variables.
* packaging/macosx/ScriptExec/ScriptExec.xcodeproj/project.pbxproj:
Xcode 2 project file for the OS X launcher. This will build a
Universal version of the launcher by default. The project files for
different versions are named differently, so this will be picked up and
used if the package builder has a sufficiently new version of Xcode.
* packaging/macosx/ScriptExec/ScriptExec.xcode/sveinbjornt.pbxuser,
packaging/macosx/ScriptExec/ScriptExec.xcode/voisine.pbxuser:
Remove unnecessary user preference files.
* Makefile.am:
Update the Xcode project files included when creating releases.
(bzr r1239)
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 1c7df1dc7..14ca7d83c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -127,8 +127,7 @@ EXTRA_DIST = \ packaging/macosx/ScriptExec/MenuBar.nib/info.nib \ packaging/macosx/ScriptExec/MenuBar.nib/objects.xib \ packaging/macosx/ScriptExec/ScriptExec.xcode/project.pbxproj \ - packaging/macosx/ScriptExec/ScriptExec.xcode/sveinbjornt.pbxuser \ - packaging/macosx/ScriptExec/ScriptExec.xcode/voisine.pbxuser \ + packaging/macosx/ScriptExec/ScriptExec.xcodeproj/project.pbxproj \ packaging/win32/inkscape.nsi \ packaging/win32/inkscape.nsi.uninstall \ packaging/win32/catalan.nsh \ |
