INN commit: trunk/doc/man (Makefile)

INN Commit Russ_Allbery at isc.org
Tue May 27 19:54:03 UTC 2008


    Date: Tuesday, May 27, 2008 @ 12:54:02
  Author: iulius
Revision: 7854

Use relative links again for symbolic links.

Modified:
  trunk/doc/man/Makefile

----------+
 Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: Makefile
===================================================================
--- Makefile	2008-05-27 19:07:45 UTC (rev 7853)
+++ Makefile	2008-05-27 19:54:02 UTC (rev 7854)
@@ -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) ../man8/docheckgroups.8 $D$(MAN5)/localgroups.5
+	$(LN_S) ../man8/perl-nocem.8 $D$(MAN5)/nocem.ctl.5
 
 # auth_krb5 is conditionally compiled, so handle it specially.  actsync(8)
 # also covers actsyncd.



More information about the inn-committers mailing list