Last change
on this file since 251 was
27,
checked in by tim, 19 years ago
|
updated Makefile after reglookup.txt was renamed to reglookup.1.t2t
|
-
Property svn:keywords set to
Id
|
File size:
362 bytes
|
Line | |
---|
1 | # $Id: Makefile 27 2005-07-09 00:30:03Z tim $ |
---|
2 | |
---|
3 | default: |
---|
4 | mkdir -p $(BUILD_DOC)/man/man1 |
---|
5 | cp man/man1/reglookup.1.gz $(BUILD_DOC)/man/man1/reglookup.1.gz |
---|
6 | |
---|
7 | install: |
---|
8 | cp -r $(BUILD_DOC)/* $(DOC_PREFIX) |
---|
9 | ln -sf $(DOC_PREFIX)/man/man1/* $(MAN_PREFIX)/man1 |
---|
10 | |
---|
11 | |
---|
12 | #XXX: Used during release only |
---|
13 | generate: |
---|
14 | txt2tags --mask-email -t man -o man/man1/reglookup.1 reglookup.1.t2t |
---|
15 | cd man/man1 && gzip -9 reglookup.1 |
---|
Note: See
TracBrowser
for help on using the repository browser.