INN commit: trunk/doc/man (Makefile)

INN Commit Russ_Allbery at isc.org
Sat May 24 19:05:17 UTC 2008


    Date: Saturday, May 24, 2008 @ 12:05:16
  Author: iulius
Revision: 7846

Fix dangling symlinks, at last!

Modified:
  trunk/doc/man/Makefile

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

Modified: Makefile
===================================================================
--- Makefile	2008-05-24 18:15:29 UTC (rev 7845)
+++ Makefile	2008-05-24 19:05:16 UTC (rev 7846)
@@ -53,8 +53,8 @@
 	    $(CP_MAN) $$M $D$(MAN5)/$$M ; \
 	done
 	rm -f $D$(MAN5)/localgroups.5 $D$(MAN5)/nocem.ctl.5
-	$(LN_S) docheckgroups.8 $D$(MAN5)/localgroups.5
-	$(LN_S) 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