source: trunk/doc/Makefile @ 63

Last change on this file since 63 was 63, checked in by tim, 18 years ago

converted source of man page to Docbook XML.

  • Property svn:keywords set to Id
File size: 577 bytes
Line 
1# $Id: Makefile 63 2006-07-22 19:21:12Z 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
17#release:
18#       txt2tags --mask-email -t man -o man/man1/reglookup.1 reglookup.1.t2t
19#       cd man/man1 && gzip -9 reglookup.1
20
21release:
22        docbook2x-man --to-stdout reglookup.1.docbook > man/man1/reglookup.1
23        cd man/man1 && gzip -9 -f reglookup.1
Note: See TracBrowser for help on using the repository browser.