Last change
on this file since 200 was
23,
checked in by tim, 19 years ago
|
fixed bug in build system
removed -ggdb option
|
-
Property svn:keywords set to
Id
|
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.