[nautilus-actions] Fix PDF installation
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions] Fix PDF installation
- Date: Sun, 15 Aug 2010 18:43:03 +0000 (UTC)
commit 4ea1b9101fd771a2aac38d7fa6b9dcc74686975f
Author: Pierre Wieser <pwieser trychlos org>
Date: Sun Aug 15 19:27:06 2010 +0200
Fix PDF installation
ChangeLog | 2 ++
doc/nact/Makefile.am | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index f126f04..8a1f554 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2010-08-15 Pierre Wieser <pwieser trychlos org>
+ * doc/nact/Makefile.am: Fix PDF installation.
+
* src/core/na-object-profile.c (convert_pre_v3_parameters_str):
%f used to be the name of the file (a basename), converts it to %b.
diff --git a/doc/nact/Makefile.am b/doc/nact/Makefile.am
index ee4d511..67cb590 100644
--- a/doc/nact/Makefile.am
+++ b/doc/nact/Makefile.am
@@ -189,8 +189,8 @@ install-pdf-manuals:
_srcdir=$(top_builddir)/doc/nact/$$_lc; \
_destdir=$(DESTDIR)$(pkgdocdir)/pdf/$$_lc; \
if ! test -d $$_destdir; then $(MKDIR_P) $$_destdir; fi; \
- echo $(INSTALL_DATA) "$$_srcdir/$(target).pdf" "$$_destdir/$(target).pdf"; \
- $(INSTALL_DATA) "$$_srcdir/$(target).pdf" "$$_destdir/$(target).pdf"; \
+ echo $(INSTALL_DATA) "$$_srcdir/$(DOC_MODULE).pdf" "$$_destdir/$(DOC_MODULE).pdf"; \
+ $(INSTALL_DATA) "$$_srcdir/$(DOC_MODULE).pdf" "$$_destdir/$(DOC_MODULE).pdf"; \
done
uninstall-pdf-manuals:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]