source: trunk/doc/Makefile@ 90

Last change on this file since 90 was 64, checked in by tim, 19 years ago

Added reglookup-timeline man page.
Fixed issues in reglookup man page.
Added another reference and updated Makefile.

  • Property svn:keywords set to Id
File size: 793 bytes
RevLine 
[17]1# $Id: Makefile 64 2006-07-23 16:02:53Z tim $
[9]2
[64]3BUILD_FILES=$(BUILD_DOC)/man/man1/reglookup.1.gz $(BUILD_DOC)/man/man1/reglookup-timeline.1.gz
[38]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
[64]11$(BUILD_DOC)/man/man1/reglookup-timeline.1.gz: man/man1/reglookup-timeline.1.gz
12 mkdir -p $(BUILD_DOC)/man/man1
13 cp man/man1/reglookup-timeline.1.gz $@
14
[26]15install:
16 cp -r $(BUILD_DOC)/* $(DOC_PREFIX)
17 ln -sf $(DOC_PREFIX)/man/man1/* $(MAN_PREFIX)/man1
18
19
[23]20#XXX: Used during release only
[34]21release:
[63]22 docbook2x-man --to-stdout reglookup.1.docbook > man/man1/reglookup.1
[64]23 docbook2x-man --to-stdout reglookup-timeline.1.docbook > man/man1/reglookup-timeline.1
[63]24 cd man/man1 && gzip -9 -f reglookup.1
[64]25 cd man/man1 && gzip -9 -f reglookup-timeline.1
Note: See TracBrowser for help on using the repository browser.