source: trunk/doc/Makefile @ 23

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

fixed bug in build system

removed -ggdb option

  • Property svn:keywords set to Id
File size: 220 bytes
RevLine 
[17]1# $Id: Makefile 23 2005-06-08 01:19:46Z tim $
[9]2
3default:
[23]4        mkdir -p $(BUILD_DOC)/man/man1
[9]5
[23]6#XXX: Used during release only
[9]7generate:
8        txt2tags --mask-email -t man -o man/man1/reglookup.1 reglookup.txt
[11]9        cd man/man1 && gzip -9 reglookup.1
[9]10
11build: generate default
Note: See TracBrowser for help on using the repository browser.