source:
releases/release-0.1/doc/Makefile
@
248
Last change on this file since 248 was 17, checked in by , 19 years ago | |
---|---|
|
|
File size: 182 bytes |
Line | |
---|---|
1 | # $Id: Makefile 17 2005-06-04 22:08:03Z 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 |
8 | cd man/man1 && gzip -9 reglookup.1 |
9 | |
10 | build: generate default |
Note: See TracBrowser
for help on using the repository browser.