~ubuntu-branches/ubuntu/maverick/mysql-5.1/maverick-proposed

« back to all changes in this revision

Viewing changes to Docs/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 14:16:05 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20120222141605-nxlu9yzc6attylc2
Tags: upstream-5.1.61
ImportĀ upstreamĀ versionĀ 5.1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2000-2006 MySQL AB
2
 
3
 
# This program is free software; you can redistribute it and/or modify
4
 
# it under the terms of the GNU General Public License as published by
5
 
# the Free Software Foundation; version 2 of the License.
6
 
7
 
# This program is distributed in the hope that it will be useful,
8
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
9
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10
 
# GNU General Public License for more details.
11
 
12
 
# You should have received a copy of the GNU General Public License
13
 
# along with this program; if not, write to the Free Software
14
 
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
15
 
 
16
 
EXTRA_DIST =            mysql.info INSTALL-BINARY @extra_docs@
17
 
 
18
 
# make sure that "make install" installs the info page, too
19
 
# automake only seems to take care of this automatically,
20
 
# if we're building the info page from texi directly.
21
 
install-data-hook:      $(srcdir)/mysql.info
22
 
        if test `basename $(prefix)` = "mysql" ; then \
23
 
          $(mkinstalldirs) $(DESTDIR)$(prefix)/docs ; \
24
 
          $(INSTALL_DATA) $(srcdir)/mysql.info $(DESTDIR)$(prefix)/docs ; \
25
 
          test ! -f $(top_srcdir)/ChangeLog || $(INSTALL_DATA) $(top_srcdir)/ChangeLog $(DESTDIR)$(prefix)/docs ; \
26
 
        else \
27
 
          $(mkinstalldirs) $(DESTDIR)$(infodir) $(DESTDIR)$(pkgdatadir) ; \
28
 
          $(INSTALL_DATA) $(srcdir)/mysql.info $(DESTDIR)$(infodir) ; \
29
 
          test ! -f $(top_srcdir)/ChangeLog || $(INSTALL_DATA) $(top_srcdir)/ChangeLog $(DESTDIR)$(pkgdatadir) ; \
30
 
        fi
31
 
 
32
 
uninstall-local:
33
 
        if test `basename $(prefix)` = "mysql" ; then \
34
 
          @RM@ -f $(DESTDIR)$(prefix)/docs/mysql.info ; \
35
 
          @RM@ -f $(DESTDIR)$(prefix)/docs/ChangeLog ; \
36
 
        else \
37
 
          @RM@ -f $(DESTDIR)$(infodir)/mysql.info ; \
38
 
          @RM@ -f $(DESTDIR)$(pkgdatadir)/ChangeLog ; \
39
 
        fi
40
 
 
41
 
# Don't update the files from bitkeeper
42
 
%::SCCS/s.%