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
RevLine 
[17]1# $Id: Makefile 25 2005-07-09 00:08:34Z tim $
[9]2
3default:
[23]4        mkdir -p $(BUILD_DOC)/man/man1
[9]5
[23]6#XXX: Used during release only
[9]7generate:
8        txt2tags --mask-email -t man -o man/man1/reglookup.1 reglookup.txt
[11]9        cd man/man1 && gzip -9 reglookup.1
[9]10
11build: generate default
[25]12
13install:
14        ln -sf $(DOC_PREFIX)/man/man1/*  $(MAN_PREFIX)/man1
Note: See TracBrowser for help on using the repository browser.