INN commit: trunk/doc/man (Makefile)

INN Commit Russ_Allbery at isc.org
Sat May 24 18:15:29 UTC 2008


    Date: Saturday, May 24, 2008 @ 11:15:29
  Author: iulius
Revision: 7845

Use a relative symlink instead of an absolute one.

Modified:
  trunk/doc/man/Makefile

----------+
 Makefile |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: Makefile
===================================================================
--- Makefile	2008-05-24 15:13:03 UTC (rev 7844)
+++ Makefile	2008-05-24 18:15:29 UTC (rev 7845)
@@ -53,8 +53,8 @@
 	    $(CP_MAN) $$M $D$(MAN5)/$$M ; \
 	done
 	rm -f $D$(MAN5)/localgroups.5 $D$(MAN5)/nocem.ctl.5
-	$(LN_S) $(MAN8)/docheckgroups.8 $D$(MAN5)/localgroups.5
-	$(LN_S) $(MAN8)/perl-nocem.8 $D$(MAN5)/nocem.ctl.5
+	$(LN_S) docheckgroups.8 $D$(MAN5)/localgroups.5
+	$(LN_S) perl-nocem.8 $D$(MAN5)/nocem.ctl.5
 
 # auth_krb5 is conditionally compiled, so handle it specially.  actsync(8)
 # also covers actsyncd.
@@ -63,7 +63,7 @@
 	    $(CP_MAN) $$M $D$(MAN8)/$$M ; \
 	done
 	rm -f $D$(MAN8)/actsyncd.8
-	$(LN_S) $(MAN8)/actsync.8 $D$(MAN8)/actsyncd.8
+	$(LN_S) actsync.8 $D$(MAN8)/actsyncd.8
 	if [ x"$(KRB5_AUTH)" != x ] ; then \
 	    $(CP_MAN) auth_krb5.8 $D$(MAN8)/auth_krb5.8 ; \
 	fi



More information about the inn-committers mailing list