source:
doc/Makefile
@
11
Last change on this file since 11 was 11, checked in by , 20 years ago | |
---|---|
File size: 220 bytes |
Rev | Line | |
---|---|---|
[9] | 1 | # $Id: Makefile 3 2005-02-18 03:59:23Z 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.