File: README

package info (click to toggle)
mmake 1.17-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 240 kB
  • ctags: 63
  • sloc: perl: 207; makefile: 162; sh: 17
file content (22 lines) | stat: -rw-r--r-- 1,002 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
		     How-to install and run mmake

1. Put mmake in a directory found in the PATH variable. Remember to
   make mmake executable (chmod 755 ./mmake). (If Perl is located in
   another place than `/usr/bin/perl' change the first line in the
   script, so that it points to the location of Your Perl interpreter)

2. Go to the directory where you have your .java files, and
   type mmake, and follow the prompt. If the directory contains java
   packages, i.e. sub-directories with java files, then run mmake in
   the topmost directory. In that way, javadoc will generate correct
   documentation for your packages. After you have run mmake, You
   should now have a Makefile that contains all .java files in current
   and in (any) sub-directories. Type 'make help' to see available
   targets.

3. Run perldoc mmake to get documentation of the script in man format. 
   Put the mmake.1 file into your man/man1 directory so you can run 
   'man mmake'
  
--
Jan-Henrik Haukeland <hauk@tildeslash.com>