source: trunk/doc/Makefile @ 64

Last change on this file since 64 was 64, checked in by tim, 18 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
Line 
1# $Id: Makefile 64 2006-07-23 16:02:53Z tim $
2
3BUILD_FILES=$(BUILD_DOC)/man/man1/reglookup.1.gz $(BUILD_DOC)/man/man1/reglookup-timeline.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
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
15install:
16        cp -r $(BUILD_DOC)/* $(DOC_PREFIX)
17        ln -sf $(DOC_PREFIX)/man/man1/*  $(MAN_PREFIX)/man1
18
19
20#XXX: Used during release only
21release:
22        docbook2x-man --to-stdout reglookup.1.docbook > man/man1/reglookup.1
23        docbook2x-man --to-stdout reglookup-timeline.1.docbook > man/man1/reglookup-timeline.1
24        cd man/man1 && gzip -9 -f reglookup.1
25        cd man/man1 && gzip -9 -f reglookup-timeline.1
Note: See TracBrowser for help on using the repository browser.