summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Juyung Seo <seojuyung2@gmail.com>2013-01-14 15:34:18 +0000
committerDaniel Juyung Seo <seojuyung2@gmail.com>2013-01-14 15:34:18 +0000
commit7905cd03549e787c36bfd7c636ee20dc771b03a2 (patch)
tree3d230ef73084398ca21a0e703ca9b6f74e2d9031 /doc
parentb4b7c9239d53afef59914ec12816198aad75fef8 (diff)
downloadefl-7905cd03549e787c36bfd7c636ee20dc771b03a2.tar.gz
efl doc/Makefile.am: Force file movement. Do not ask me anymore.
SVN revision: 82765
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 96ae860fee..2ec6aa3d8f 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -59,7 +59,7 @@ all-local:
echo >> images.tmp && \
if ! cmp "$(srcdir)/images.mk" images.tmp >/dev/null; then \
echo "warning: new images added to '$(srcdir)/images.mk'"; \
- mv images.tmp "$(srcdir)/images.mk"; \
+ mv -f images.tmp "$(srcdir)/images.mk"; \
else \
rm images.tmp; \
fi