source: trunk/doc/Makefile @ 57

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

Cleaned up path2Stack. Added several supporting functions in void_stack code.

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