diff options
author | Brent Smith <gnome@nextreality.net> | 2006-03-13 09:00:00 +0000 |
---|---|---|
committer | Brent Smith <bmsmith@src.gnome.org> | 2006-03-13 09:00:00 +0000 |
commit | 133a6b279d5a6f66b9452ddb66342a451eff5cb0 (patch) | |
tree | a5f8d1661b7340ee22aeaa00377fe71112c8d9f4 /gnome2-system-admin-guide | |
parent | 4052a21798553bfc59a9f3dadbee204fcd9c5174 (diff) | |
download | gnome-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.
Diffstat (limited to 'gnome2-system-admin-guide')
-rw-r--r-- | gnome2-system-admin-guide/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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"; \ |