Code

Update of Pig Latin translation for 0.45
[inkscape.git] / Makefile.am
index 1c7df1dc74f6c8d57790979e142fb267eab5533e..650f1d3f820c368e2a4bb9cc538d3f78ee75a751 100644 (file)
@@ -1,5 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 
+AUTOMAKE_OPTIONS = foreign
+
 SUBDIRS = src doc share po
 
 appicondir = $(datadir)/pixmaps
@@ -83,19 +85,11 @@ EXTRA_DIST = \
        cxxtest/cxxtest/Win32Gui.h \
        cxxtest/cxxtest/X11Gui.h \
        cxxtest/cxxtest/YesNoRunner.h \
-       debian/changelog \
-       debian/compat   \
-       debian/control \
-       debian/copyright        \
-       debian/dirs     \
-       debian/docs     \
-       debian/inkscape.applications    \
-       debian/inkscape.menu    \
-       debian/inkscape.xpm     \
-       debian/mime     \
-       debian/rules    \
        packaging/autopackage/default.apspec.in \
        packaging/osx-app.sh    \
+       packaging/macosx/dmg_background.png     \
+       packaging/macosx/inkscape.ds_store      \
+       packaging/macosx/osx-dmg.sh     \
        packaging/macosx/Resources/MenuBar.nib/classes.nib      \
        packaging/macosx/Resources/MenuBar.nib/info.nib \
        packaging/macosx/Resources/MenuBar.nib/objects.xib      \
@@ -127,8 +121,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     \
@@ -136,20 +129,17 @@ EXTRA_DIST = \
        packaging/win32/english.nsh     \
        packaging/win32/french.nsh      \
        packaging/win32/italian.nsh     \
+       packaging/win32/polish.nsh      \
        packaging/win32/german.nsh      \
+       packaging/win32/slovak.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/makedef.pl \
+       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
 
-# Note: it isn't clear that debian/* belongs in the tar file:
-# tarfile users should be able to use the official Debian packages.
-# They were added to EXTRA_DIST in v1.5, in response to a message on
-# inkscape-devel from "Carlos Ingelmo <carlsalam@te...>" on 2003-11-12 01:35.
-
 # 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
 # page.