source:
doc/Makefile
@
15
Last change on this file since 15 was 12, checked in by , 19 years ago | |
---|---|
|
|
File size: 220 bytes |
Rev | Line | |
---|---|---|
[9] | 1 | # $Id: Makefile 12 2005-05-30 15:09:40Z tim $ |
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.