source:
trunk/doc/Makefile
@
18
Last change on this file since 18 was 17, checked in by , 19 years ago | |
---|---|
|
|
File size: 182 bytes |
Rev | Line | |
---|---|---|
[17] | 1 | # $Id: Makefile 17 2005-06-04 22:08:03Z tim $ |
[9] | 2 | |
3 | default: | |
4 | cp -r man $(BUILD_DOC) | |
5 | ||
6 | generate: | |
7 | txt2tags --mask-email -t man -o man/man1/reglookup.1 reglookup.txt | |
[11] | 8 | cd man/man1 && gzip -9 reglookup.1 |
[9] | 9 | |
10 | build: generate default |
Note: See TracBrowser
for help on using the repository browser.