diff options
| author | Ralf Stephan <ralf@ark.in-berlin.de> | 2006-05-24 09:57:10 +0000 |
|---|---|---|
| committer | rwst <rwst@users.sourceforge.net> | 2006-05-24 09:57:10 +0000 |
| commit | a0c61103b98e43d6c6aa19eb0a242b77b2cc8c59 (patch) | |
| tree | 35587a32dca6e4503639bc183a1a62095e6e1546 | |
| parent | remove from svn, is built locally (diff) | |
| download | inkscape-a0c61103b98e43d6c6aa19eb0a242b77b2cc8c59.tar.gz inkscape-a0c61103b98e43d6c6aa19eb0a242b77b2cc8c59.zip | |
force mv operation
(bzr r1000)
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8e3f85051..4f821ffd2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -168,7 +168,7 @@ 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. install-data-local: inkscape.fr.1 |
