INN commit: trunk/perl (Makefile)

INN Commit Russ_Allbery at isc.org
Thu Jan 29 18:46:36 UTC 2009


    Date: Thursday, January 29, 2009 @ 10:46:36
  Author: iulius
Revision: 8298

Generate INN::Config man page only when the main file (.in)
has changed.  Otherwise, it is rebuilt during the build.

Modified:
  trunk/perl/Makefile

----------+
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: Makefile
===================================================================
--- Makefile	2009-01-20 01:18:13 UTC (rev 8297)
+++ Makefile	2009-01-29 18:46:36 UTC (rev 8298)
@@ -40,6 +40,6 @@
 	@echo Run configure before running make.  See INSTALL for details.
 	@exit 1
 
-../doc/man/INN__Config.3pm: INN/Config.pm
+../doc/man/INN__Config.3pm: INN/Config.pm.in
 	$(POD2MAN) -s '$(MAN3PM_EXT)' -n "INN::Config" $? > $@
 




More information about the inn-committers mailing list