source: trunk/doc/Makefile @ 26

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

Moved developer documentation under doc/devel

Fixed a bug with man page installation & moved more of installation out
into sub-directory Makefiles.

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