Last change
on this file since 9 was 9, checked in by tim, 20 years ago |
Added documentation. Using txt2tags right now to generate man pages,
but output is included in repository. A simple Makefile was added as
well for doc. Main Makefile updated.
|
File size:
184 bytes
|
Line | |
---|
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
|
---|
8 |
|
---|
9 | build: generate default
|
---|
Note:
See
TracBrowser
for help on using the repository browser.