]> sourceware.org Git - automake.git/commitdiff
Add some comments.
authorAkim Demaille <akim@epita.fr>
Tue, 27 Feb 2001 09:15:27 +0000 (09:15 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 27 Feb 2001 09:15:27 +0000 (09:15 +0000)
lib/am/mans.am
lib/am/texinfos.am
mans.am
texinfos.am

index 6b9315f703f8310b5e55cafa7e512fa09670ac33..970ee09ac58a0ae033454a81a6d6894cee1d5b51 100644 (file)
@@ -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)
index 63cd5c6a8e094fa149dad9d628a239f9a61a3556..595cd58239232e7272682a90eb2ff647a76c776d 100644 (file)
@@ -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 6b9315f703f8310b5e55cafa7e512fa09670ac33..970ee09ac58a0ae033454a81a6d6894cee1d5b51 100644 (file)
--- 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)
index 63cd5c6a8e094fa149dad9d628a239f9a61a3556..595cd58239232e7272682a90eb2ff647a76c776d 100644 (file)
@@ -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
This page took 0.030929 seconds and 5 git commands to generate.