summaryrefslogtreecommitdiff
path: root/doc/faq
diff options
context:
space:
mode:
Diffstat (limited to 'doc/faq')
-rw-r--r--doc/faq/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/faq/Makefile.am b/doc/faq/Makefile.am
index 3991c3be9..3dcbe44e5 100644
--- a/doc/faq/Makefile.am
+++ b/doc/faq/Makefile.am
@@ -11,7 +11,7 @@ docs: $(docs_DATA)
distclean-local: clean-docs
docs-prepare: $(srcdir)/faq.sgml
- if test "$(srcdir)" != "." -a "$(srcdir)" != `pwd`; then \
+ if test "$(srcdir)" != "." -a "$(srcdir)" != "`pwd`"; then \
test -f ./faq.sgml -a ./faq.sgml -nt $(srcdir)/faq.sgml || cp $^ . ; \
fi