diff options
| author | Kees Cook <kees@outflux.net> | 2007-03-22 08:15:33 +0000 |
|---|---|---|
| committer | keescook <keescook@users.sourceforge.net> | 2007-03-22 08:15:33 +0000 |
| commit | 58eab06dd60dd4039a29a0c0e6cc6d4daad87828 (patch) | |
| tree | 694c7369f1b36cbcaed234682702d14d13be4110 | |
| parent | set busy cursor while loading; delete documents on loading new; many other fixes (diff) | |
| download | inkscape-58eab06dd60dd4039a29a0c0e6cc6d4daad87828.tar.gz inkscape-58eab06dd60dd4039a29a0c0e6cc6d4daad87828.zip | |
more missing files, updated autogen to not use symlinks
(bzr r2740)
| -rwxr-xr-x | autogen.sh | 2 | ||||
| -rw-r--r-- | po/POTFILES.in | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh index aa426d2f4..2bf1fee7a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -193,7 +193,7 @@ attempt_command 'underquoted definition of|[\)\#]Extending' \ attempt_command '' autoheader } -attempt_command '' $AUTOMAKE --add-missing +attempt_command '' $AUTOMAKE --copy --force --add-missing attempt_command '' autoconf attempt_command '^(Please add the files| codeset| progtest|from the|or directly|You will also|ftp://ftp.gnu.org|$)' \ glib-gettextize --copy --force diff --git a/po/POTFILES.in b/po/POTFILES.in index 6dbffdc6b..49e792add 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -268,7 +268,6 @@ src/ui/dialog/inkscape-preferences.cpp src/ui/dialog/memory.cpp src/ui/dialog/messages.cpp src/ui/dialog/scriptdialog.cpp -src/ui/dialog/session-player.cpp src/ui/dialog/text-properties.cpp src/ui/dialog/tracedialog.cpp src/ui/dialog/transformation.cpp |
