source: trunk/doc/Makefile @ 17

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

moved project under trunk. (I am a subversion newbie.)

  • Property svn:keywords set to Id
File size: 182 bytes
Line 
1# $Id: Makefile 17 2005-06-04 22:08:03Z 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.