Chris Browne cbbrowne at lists.slony.info
Fri Jul 9 11:37:46 PDT 2010
Update of /home/cvsd/slony1/slony1-engine/doc/adminguide
In directory main.slony.info:/tmp/cvs-serv22641

Modified Files:
	Makefile 
Log Message:
Change rules to generate schemadoc.xml automatically, and change "make clean"
to remove it.


Index: Makefile
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/doc/adminguide/Makefile,v
retrieving revision 1.22
retrieving revision 1.23
diff -C 2 -d -r1.22 -r1.23
*** Makefile	11 Jun 2009 19:03:44 -0000	1.22
--- Makefile	9 Jul 2010 18:37:43 -0000	1.23
***************
*** 17,22 ****
  
  GENERATED_SGML = bookindex.sgml version.sgml
  
! ALLSGML = $(wildcard $(srcdir)/*.sgml) $(GENERATED_SGML)
  DISTFILES = $(ALLSGML) $(GENERATED_SGML)
  
--- 17,23 ----
  
  GENERATED_SGML = bookindex.sgml version.sgml
+ GENERATED_XML = schemadoc.xml
  
! ALLSGML = $(wildcard $(srcdir)/*.sgml) $(GENERATED_SGML) $(GENERATED_XML)
  DISTFILES = $(ALLSGML) $(GENERATED_SGML)
  
***************
*** 244,247 ****
--- 245,250 ----
  # text
  	rm -f INSTALL HISTORY
+ # xml
+ 	rm -f schemadoc.xml
  
  BASEDIR=$(slony_top_builddir)/src/backend



More information about the Slony1-commit mailing list