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-accessibility-guide/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnome2-accessibility-guide') 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"; \ -- cgit