From c86be96be85cc4e056bd36e85186489a163d4196 Mon Sep 17 00:00:00 2001 From: rwst Date: Wed, 24 May 2006 15:55:13 +0000 Subject: [PATCH] define ndistclean-local to get rid of test files, write inkscape.pot rule, fix POTFILES.in --- fixes #1467073 --- Makefile.am | 3 +++ po/POTFILES.in | 2 +- src/Makefile.am | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4f821ffd2..38510db47 100644 --- a/Makefile.am +++ b/Makefile.am @@ -171,6 +171,9 @@ inkscape.1 inkscape.fr.1: fix-roff-punct Makefile.am AUTHORS utf8-to-roff && mv -f tmp.$$$$ $@ # man 7 groff_char for further remarks on charset encoding for man pages. +po/inkscape.pot: + (cd po ; intltool-update --pot) + install-data-local: inkscape.fr.1 $(mkinstalldirs) $(DESTDIR)$(mandir)/fr/man1 $(INSTALL_DATA) `if [ -f inkscape.fr.1 ]; then :; else echo $(srcdir)/;fi`inkscape.fr.1 $(DESTDIR)$(mandir)/fr/man1/inkscape.1 diff --git a/po/POTFILES.in b/po/POTFILES.in index 818242611..d3162da96 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,6 +1,6 @@ # List of source files containing translatable strings. # Please keep this file sorted alphabetically. -# [encoding: UTF-8] + +[encoding: UTF-8] inkscape.desktop.in src/application/editor.cpp src/arc-context.cpp 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 -- 2.30.2