/[gnats]/gnats/contrib/tkgnats/Makefile
ViewVC logotype

Diff of /gnats/contrib/tkgnats/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by mcr, Mon Dec 3 16:43:17 2001 UTC revision 1.5 by mcr, Thu Dec 19 01:58:34 2002 UTC
# Line 40  GNATS_ROOT     = $(prefix)/share/gnats/gnats Line 40  GNATS_ROOT     = $(prefix)/share/gnats/gnats
40  #GNATS_ADDR     = bugs@bugsrus.com  #GNATS_ADDR     = bugs@bugsrus.com
41  #GNATS_USER     = gnats  #GNATS_USER     = gnats
42    
43    
44    # include local overrides so that CVS stays pure.
45    -include Makefile.local
46    
47  #########################################################################  #########################################################################
48  #########################################################################  #########################################################################
49  ### Section 2. You shouldn't have to change anything below this point ###  ### Section 2. You shouldn't have to change anything below this point ###
# Line 204  install_tkgnatslib: Line 208  install_tkgnatslib:
208          -$(MAKEPATH) $(TKGNATSLIB)/query          -$(MAKEPATH) $(TKGNATSLIB)/query
209          -$(MAKEPATH) $(TKGNATSLIB)/sort          -$(MAKEPATH) $(TKGNATSLIB)/sort
210          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)/print/
211          cp -p `find print \( -type f -print \) -or \( -name CVS -prune \)` $(TKGNATSLIB)/query/          cp -p `find query \( -type f -print \) -or \( -name CVS -prune \)` $(TKGNATSLIB)/query/
212          cp -p `find print \( -type f -print \) -or \( -name CVS -prune \)`  $(TKGNATSLIB)/sort/          cp -p `find sort \( -type f -print \) -or \( -name CVS -prune \)`  $(TKGNATSLIB)/sort/
213    
214  install_man:  install_man:
215          -$(MAKEPATH) $(MANDIR)          -$(MAKEPATH) $(MANDIR)

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26