home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / i / indnt16.zip / indent-1.6 / README < prev    next >
Text File  |  1992-08-20  |  916b  |  28 lines

  1. README for GNU indent version 1.6
  2.  
  3. Type "make" to produce the indent program.  Typing "make install" will
  4. install the executable and the info node.  They are installed by default,
  5. respectively, in /usr/local/bin/indent and /usr/local/info/indent.info.
  6.  
  7. To change the place where indent is installed, specify the prefix
  8. directory like so:
  9.  
  10.   make prefix=/usr/gnu
  11.  
  12. This will generate a makefile that will install indent as
  13. /usr/gnu/bin/indent and the info node as /usr/gnu/info/indent.info.
  14.  
  15. To specify separate executable and info directories, specify them like
  16. this:
  17.  
  18.   make prefix=/doc exec_prefix=/usr
  19.  
  20. which will generate a makefile that will install indent as
  21. /usr/bin/indent and the info node as /doc/info/indent.info.
  22.  
  23.  
  24. For more information on the configuration process, as well as changes
  25. from the previous version, look at the file RELEASE-NOTES.
  26.  
  27. Please address bug-reports to bug-gnu-utils@prep.ai.mit.edu
  28.