source: trunk/doc/Makefile @ 32

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

updated Makefile after reglookup.txt was renamed to reglookup.1.t2t

  • Property svn:keywords set to Id
File size: 362 bytes
RevLine 
[17]1# $Id: Makefile 27 2005-07-09 00:30:03Z tim $
[9]2
3default:
[23]4        mkdir -p $(BUILD_DOC)/man/man1
[26]5        cp man/man1/reglookup.1.gz $(BUILD_DOC)/man/man1/reglookup.1.gz
[9]6
[26]7install:
8        cp -r $(BUILD_DOC)/* $(DOC_PREFIX)
9        ln -sf $(DOC_PREFIX)/man/man1/*  $(MAN_PREFIX)/man1
10
11
[23]12#XXX: Used during release only
[9]13generate:
[27]14        txt2tags --mask-email -t man -o man/man1/reglookup.1 reglookup.1.t2t
[11]15        cd man/man1 && gzip -9 reglookup.1
Note: See TracBrowser for help on using the repository browser.