summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrent Smith <gnome@nextreality.net>2006-03-13 09:00:00 +0000
committerBrent Smith <bmsmith@src.gnome.org>2006-03-13 09:00:00 +0000
commit133a6b279d5a6f66b9452ddb66342a451eff5cb0 (patch)
treea5f8d1661b7340ee22aeaa00377fe71112c8d9f4
parent4052a21798553bfc59a9f3dadbee204fcd9c5174 (diff)
downloadgnome-user-docs-133a6b279d5a6f66b9452ddb66342a451eff5cb0.tar.gz
gnome-user-docs-133a6b279d5a6f66b9452ddb66342a451eff5cb0.tar.xz
gnome-user-docs-133a6b279d5a6f66b9452ddb66342a451eff5cb0.zip
Change the install targets to install-data-local so we don't override the
2006-03-13 Brent Smith <gnome@nextreality.net> * gnome2-accessibility-guide/Makefile.am: * gnome2-system-admin-guide/Makefile.am: * gnome2-user-guide/Makefile.am: Change the install targets to install-data-local so we don't override the default install targets.
-rw-r--r--ChangeLog8
-rw-r--r--gnome2-accessibility-guide/Makefile.am2
-rw-r--r--gnome2-system-admin-guide/Makefile.am2
-rw-r--r--gnome2-user-guide/Makefile.am4
4 files changed, 12 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 75fc996..e6a8bb3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-03-13 Brent Smith <gnome@nextreality.net>
+
+ * gnome2-accessibility-guide/Makefile.am:
+ * gnome2-system-admin-guide/Makefile.am:
+ * gnome2-user-guide/Makefile.am:
+ Change the install targets to install-data-local so we don't override
+ the default install targets.
+
2006-03-12 Luca Ferretti <elle.uca@libero.it>
* gnome2-system-admin-guide/it/it.po:
diff --git a/gnome2-accessibility-guide/Makefile.am b/gnome2-accessibility-guide/Makefile.am
index 2b43419..e802841 100644
--- a/gnome2-accessibility-guide/Makefile.am
+++ b/gnome2-accessibility-guide/Makefile.am
@@ -14,7 +14,7 @@ DOC_ENTITIES = \
DOC_LINGUAS = it
-install: install-doc-pdf
+install-data-local: install-doc-pdf
install-doc-pdf:
for lc in C $(DOC_LINGUAS); do \
pdf="$$lc/$(DOC_MODULE).pdf"; \
diff --git a/gnome2-system-admin-guide/Makefile.am b/gnome2-system-admin-guide/Makefile.am
index 6e53e78..72b1c13 100644
--- a/gnome2-system-admin-guide/Makefile.am
+++ b/gnome2-system-admin-guide/Makefile.am
@@ -20,7 +20,7 @@ DOC_ENTITIES = \
DOC_LINGUAS = it
-install: install-doc-pdf
+install-data-local: install-doc-pdf
install-doc-pdf:
for lc in C $(DOC_LINGUAS); do \
pdf="$$lc/$(DOC_MODULE).pdf"; \
diff --git a/gnome2-user-guide/Makefile.am b/gnome2-user-guide/Makefile.am
index d25d54f..c331b56 100644
--- a/gnome2-user-guide/Makefile.am
+++ b/gnome2-user-guide/Makefile.am
@@ -14,9 +14,9 @@ DOC_INCLUDES = \
gostools.xml \
glossary.xml
-DOC_LINGUAS = es it nl ru
+DOC_LINGUAS = it
-install: install-doc-pdf
+install-data-local: install-doc-pdf
install-doc-pdf:
for lc in C $(DOC_LINGUAS); do \
pdf="$$lc/$(DOC_MODULE).pdf"; \