Code

rename to the more common name
[inkscape.git] / Makefile.am
index 8e3f8505179d445d9a69b5db8c53a2b5a637fb59..38510db4727ae1fa4d13e9fa91e5e2181e28b0b6 100644 (file)
@@ -168,9 +168,12 @@ inkscape.1 inkscape.fr.1: fix-roff-punct Makefile.am AUTHORS utf8-to-roff
          | perl $(srcdir)/fix-roff-punct \
          | perl -CI $(srcdir)/utf8-to-roff     \
          > tmp.$$$$ \
-        && mv tmp.$$$$ $@
+        && 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