source: trunk/doc/Makefile@ 34

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

changed name of man page building release target

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