source:
releases/release-0.1.1/doc/Makefile
Last change on this file was 23, checked in by , 19 years ago | |
---|---|
|
|
File size: 220 bytes |
Line | |
---|---|
1 | # $Id: Makefile 23 2005-06-08 01:19:46Z tim $ |
2 | |
3 | default: |
4 | mkdir -p $(BUILD_DOC)/man/man1 |
5 | |
6 | #XXX: Used during release only |
7 | generate: |
8 | txt2tags --mask-email -t man -o man/man1/reglookup.1 reglookup.txt |
9 | cd man/man1 && gzip -9 reglookup.1 |
10 | |
11 | build: generate default |
Note: See TracBrowser
for help on using the repository browser.