Chris Browne cbbrowne at lists.slony.info
Thu Apr 16 09:11:37 PDT 2009
Update of /home/cvsd/slony1/slony1-engine/doc/adminguide
In directory main.slony.info:/tmp/cvs-serv21232

Modified Files:
      Tag: REL_2_0_STABLE
	Makefile 
Log Message:
Bug #86 - only install man pages if we actually were in a position to
build them


Index: Makefile
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/doc/adminguide/Makefile,v
retrieving revision 1.20.2.1
retrieving revision 1.20.2.2
diff -C2 -d -r1.20.2.1 -r1.20.2.2
*** Makefile	20 Feb 2009 15:47:06 -0000	1.20.2.1
--- Makefile	16 Apr 2009 16:11:35 -0000	1.20.2.2
***************
*** 74,77 ****
--- 74,78 ----
  
  install: installdirs
+ ifdef D2MSCRIPT
  ifdef docdir
  	for file in man1/*.1; do \
***************
*** 86,89 ****
--- 87,91 ----
  	done
  endif
+ endif
  
  .PHONY: html



More information about the Slony1-commit mailing list