Changes to gnats/contrib/tkgnats/Makefile

Michael Richardson <[email protected]> Wed, 18 Dec 2002 20:58:34 -0500
Newsgroups gmane.comp.bug-tracking.gnats.patches
Message-ID <[email protected]>
Index: gnats/contrib/tkgnats/Makefile
diff -c gnats/contrib/tkgnats/Makefile:1.4 gnats/contrib/tkgnats/Makefile:1.5
*** gnats/contrib/tkgnats/Makefile:1.4	Mon Dec  3 11:43:17 2001
--- gnats/contrib/tkgnats/Makefile	Wed Dec 18 20:58:34 2002
***************
*** 40,45 ****
--- 40,49 ----
  #GNATS_ADDR	= [email protected]
  #GNATS_USER	= gnats
  
+ 
+ # include local overrides so that CVS stays pure.
+ -include Makefile.local
+ 
  #########################################################################
  #########################################################################
  ### Section 2. You shouldn't have to change anything below this point ###
***************
*** 204,211 ****
  	-$(MAKEPATH) $(TKGNATSLIB)/query
  	-$(MAKEPATH) $(TKGNATSLIB)/sort
  	cp -p `find print \( -type f -print \) -or \( -name CVS -prune \)` $(TKGNATSLIB)/print/
! 	cp -p `find print \( -type f -print \) -or \( -name CVS -prune \)` $(TKGNATSLIB)/query/
! 	cp -p `find print \( -type f -print \) -or \( -name CVS -prune \)`  $(TKGNATSLIB)/sort/
  
  install_man:
  	-$(MAKEPATH) $(MANDIR)
--- 208,215 ----
  	-$(MAKEPATH) $(TKGNATSLIB)/query
  	-$(MAKEPATH) $(TKGNATSLIB)/sort
  	cp -p `find print \( -type f -print \) -or \( -name CVS -prune \)` $(TKGNATSLIB)/print/
! 	cp -p `find query \( -type f -print \) -or \( -name CVS -prune \)` $(TKGNATSLIB)/query/
! 	cp -p `find sort \( -type f -print \) -or \( -name CVS -prune \)`  $(TKGNATSLIB)/sort/
  
  install_man:
  	-$(MAKEPATH) $(MANDIR)