From: Akim Demaille Date: Tue, 27 Feb 2001 09:15:27 +0000 (+0000) Subject: Add some comments. X-Git-Tag: handle-languages~208 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=25253b2c16cf0b2be215fbd44277551a3838b041;p=automake.git Add some comments. --- diff --git a/lib/am/mans.am b/lib/am/mans.am index 6b9315f7..970ee09a 100644 --- a/lib/am/mans.am +++ b/lib/am/mans.am @@ -16,6 +16,8 @@ ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ## 02111-1307, USA. +## MANS primary are always installed in mandir, hence install-data +## is hard coded. ?INSTALL-MAN?_am_installdirs += $(DESTDIR)$(man%SECTION%dir) .PHONY install-man: install-man%SECTION% install-man%SECTION%: $(man%SECTION%_MANS) $(man_MANS) diff --git a/lib/am/texinfos.am b/lib/am/texinfos.am index 63cd5c6a..595cd582 100644 --- a/lib/am/texinfos.am +++ b/lib/am/texinfos.am @@ -25,8 +25,12 @@ DVIPS = dvips ## Look in both . and srcdir because the info pages might have been ## rebuilt in the build directory. Can't cd to srcdir; that might ## break a possible install-sh reference. +## ## Funny name due to --cygnus influence; we want to reserve ## `install-info' for the user. +## +## TEXINFOS primary are always installed in infodir, hence install-data +## is hard coded. ?INSTALL-INFO?_am_installdirs += $(DESTDIR)$(infodir) .PHONY: install-info-am ?INSTALL-INFO?install-data-am: install-info-am diff --git a/mans.am b/mans.am index 6b9315f7..970ee09a 100644 --- a/mans.am +++ b/mans.am @@ -16,6 +16,8 @@ ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ## 02111-1307, USA. +## MANS primary are always installed in mandir, hence install-data +## is hard coded. ?INSTALL-MAN?_am_installdirs += $(DESTDIR)$(man%SECTION%dir) .PHONY install-man: install-man%SECTION% install-man%SECTION%: $(man%SECTION%_MANS) $(man_MANS) diff --git a/texinfos.am b/texinfos.am index 63cd5c6a..595cd582 100644 --- a/texinfos.am +++ b/texinfos.am @@ -25,8 +25,12 @@ DVIPS = dvips ## Look in both . and srcdir because the info pages might have been ## rebuilt in the build directory. Can't cd to srcdir; that might ## break a possible install-sh reference. +## ## Funny name due to --cygnus influence; we want to reserve ## `install-info' for the user. +## +## TEXINFOS primary are always installed in infodir, hence install-data +## is hard coded. ?INSTALL-INFO?_am_installdirs += $(DESTDIR)$(infodir) .PHONY: install-info-am ?INSTALL-INFO?install-data-am: install-info-am