source: trunk/doc/Makefile@ 38

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

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

  • Property svn:keywords set to Id
File size: 455 bytes
Line 
1# $Id: Makefile 38 2005-07-31 15:00:59Z tim $
2
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
8 mkdir -p $(BUILD_DOC)/man/man1
9 cp man/man1/reglookup.1.gz $@
10
11install:
12 cp -r $(BUILD_DOC)/* $(DOC_PREFIX)
13 ln -sf $(DOC_PREFIX)/man/man1/* $(MAN_PREFIX)/man1
14
15
16#XXX: Used during release only
17release:
18 txt2tags --mask-email -t man -o man/man1/reglookup.1 reglookup.1.t2t
19 cd man/man1 && gzip -9 reglookup.1
Note: See TracBrowser for help on using the repository browser.