[nautilus-actions] docs/nact/Makefile.am: Fix syntax error
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions] docs/nact/Makefile.am: Fix syntax error
- Date: Sun, 4 Dec 2011 15:50:02 +0000 (UTC)
commit 3a6ebb7a1e308a897e9fc08eb39da6ac47922f13
Author: Pierre Wieser <pwieser trychlos org>
Date: Sun Dec 4 16:49:43 2011 +0100
docs/nact/Makefile.am: Fix syntax error
docs/nact/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/docs/nact/Makefile.am b/docs/nact/Makefile.am
index da97eec..dc431df 100644
--- a/docs/nact/Makefile.am
+++ b/docs/nact/Makefile.am
@@ -200,7 +200,7 @@ $(MANUALS_HTML): %.html: %.xml
cmd="$(mkinstalldirs) admon"; eval $$cmd; \
cmd="cp $(opt_verbose) $$admon_dir/*.png admon/"; eval $$cmd; \
else \
- cmd="$(LN_S) -f ../C/admon)"; eval $$cmd; \
+ cmd="$(LN_S) -f ../C/admon"; eval $$cmd; \
if test "$(opt_verbose)" != ""; then echo $$cmd; fi; \
fi; \
fi; \
@@ -245,7 +245,7 @@ install-html-manuals: install-html-figs
fi; \
if test -h "$$d/$$lc/$$subdir"; then \
if test "$(opt_verbose)" = ""; then echo " Installing $$_instdir/$$subdir ..."; fi; \
- cmd="(cd \"$$_instdir/$$lc/nact\"; $(LN_S) -f ../../C/nact/$$subdir)"; eval $$cmd; \
+ cmd="(cd \"$$_instdir/$$lc/nact\" && $(LN_S) -f ../../C/nact/$$subdir)"; eval $$cmd; \
if test "$(opt_verbose)" != ""; then echo $$cmd; fi; \
fi; \
fi; \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]