source: doc/Makefile@ 11

Last change on this file since 11 was 11, checked in by tim, 20 years ago

Added .release target and install target to make files.

File size: 220 bytes
Line 
1# $Id: Makefile 3 2005-02-18 03:59:23Z tim $
2
3default:
4 cp -r man $(BUILD_DOC)
5
6generate:
7 txt2tags --mask-email -t man -o man/man1/reglookup.1 reglookup.txt
8 cd man/man1 && gzip -9 reglookup.1
9
10build: generate default
Note: See TracBrowser for help on using the repository browser.