INN commit: trunk/doc/man (Makefile)

INN Commit Russ_Allbery at isc.org
Sun Sep 16 07:35:50 UTC 2007


    Date: Sunday, September 16, 2007 @ 00:35:50
  Author: iulius
Revision: 7676

Add symlinks to localgroups(5) and nocem.ctl(5).

Modified:
  trunk/doc/man/Makefile

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

Modified: Makefile
===================================================================
--- Makefile	2007-09-16 07:08:53 UTC (rev 7675)
+++ Makefile	2007-09-16 07:35:50 UTC (rev 7676)
@@ -47,10 +47,14 @@
 	    $(CP_MAN) $$M $D$(MAN3)/$$M ; \
 	done
 
+# We also create symbolic links between config files and programs.
 install-man5:
 	for M in $(SEC5) ; do \
 	    $(CP_MAN) $$M $D$(MAN5)/$$M ; \
 	done
+	rm -f $(MAN5)/localgroups.5 $(MAN5)/nocem.ctl.5
+	$(LN_S) $(MAN8)/docheckgroups.8 $(MAN5)/localgroups.5
+	$(LN_S) $(MAN8)/perl-nocem.8 $(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