home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / gnu / rcs-5.6.0.1-src.lha / rcs-5.6.0.1 / man / Makefile.in < prev    next >
Makefile  |  1994-05-03  |  1KB  |  40 lines

  1. # Make RCS man pages.
  2.  
  3. #    $Id: Makefile,v 5.2 1991/08/19 03:13:55 eggert Exp $
  4.  
  5. #### Start of system configuration section. ####
  6.  
  7. VPATH = @srcdir@
  8. srcdir = @srcdir@
  9.  
  10. # Common prefix for machine-independent installed files.
  11. prefix = /gnu
  12.  
  13. # Directory to install the Info files in.
  14. infodir = $(prefix)/info
  15.  
  16. # Directory to install the man page in.
  17. mandir1 = $(prefix)/man/man1
  18. mandir5 = $(prefix)/man/man5
  19.  
  20. # Program to install data like man pages.
  21. INSTALL_DATA = @INSTALL_DATA@
  22. # Generic install program.
  23. INSTALL = @INSTALL@
  24.  
  25. #### End of system configuration section. ####
  26.  
  27. all clean ::
  28.  
  29. install ::
  30.     $(INSTALL_DATA) $(srcdir)/ci.1 $(mandir1)/ci.1
  31.     $(INSTALL_DATA) $(srcdir)/co.1 $(mandir1)/co.1
  32.     $(INSTALL_DATA) $(srcdir)/ident.1 $(mandir1)/ident.1
  33.     $(INSTALL_DATA) $(srcdir)/merge.1 $(mandir1)/merge.1
  34.     $(INSTALL_DATA) $(srcdir)/rcs.1 $(mandir1)/rcs.1
  35.     $(INSTALL_DATA) $(srcdir)/rcsdiff.1 $(mandir1)/rcsdiff.1
  36.     $(INSTALL_DATA) $(srcdir)/rcsintro.1 $(mandir1)/rcsintro.1
  37.     $(INSTALL_DATA) $(srcdir)/rcsmerge.1 $(mandir1)/rcsmerg.1
  38.     $(INSTALL_DATA) $(srcdir)/rlog.1 $(mandir1)/rlog.1
  39.     $(INSTALL_DATA) $(srcdir)/rcsfile.5 $(mandir5)/rcsfile.5
  40.