From 133a6b279d5a6f66b9452ddb66342a451eff5cb0 Mon Sep 17 00:00:00 2001 From: Brent Smith Date: Mon, 13 Mar 2006 09:00:00 +0000 Subject: Change the install targets to install-data-local so we don't override the 2006-03-13 Brent Smith * 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. --- gnome2-user-guide/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnome2-user-guide') 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"; \ -- cgit