source: trunk/doc/Makefile @ 25

Last change on this file since 25 was 25, checked in by tim, 19 years ago

Fixed some *BSD installation issues. (I think.)

  • Property svn:keywords set to Id
File size: 283 bytes
Line 
1# $Id: Makefile 25 2005-07-09 00:08:34Z tim $
2
3default:
4        mkdir -p $(BUILD_DOC)/man/man1
5
6#XXX: Used during release only
7generate:
8        txt2tags --mask-email -t man -o man/man1/reglookup.1 reglookup.txt
9        cd man/man1 && gzip -9 reglookup.1
10
11build: generate default
12
13install:
14        ln -sf $(DOC_PREFIX)/man/man1/*  $(MAN_PREFIX)/man1
Note: See TracBrowser for help on using the repository browser.