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