Last change
on this file since 26 was 26, checked in by tim, 20 years ago |
Moved developer documentation under doc/devel
Fixed a bug with man page installation & moved more of installation out
into sub-directory Makefiles.
|
-
Property svn:keywords
set to
Id
|
File size:
360 bytes
|
Line | |
---|
1 | # $Id: Makefile 26 2005-07-09 00:28:40Z 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.txt
|
---|
15 | cd man/man1 && gzip -9 reglookup.1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.