File: Makefile.am

package info (click to toggle)
lavaps 2.7-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,824 kB
  • ctags: 1,190
  • sloc: cpp: 6,382; sh: 3,227; ansic: 1,649; tcl: 707; makefile: 312; perl: 202
file content (32 lines) | stat: -rw-r--r-- 865 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
## Process this file with automake to produce Makefile.in

#
# Copyright (C) 1999-2003 by John Heidemann <johnh@isi.edu>
# $Id: Makefile.am,v 1.3 2004/12/10 20:36:01 johnh Exp $
#

SUBDIRS=

man_MANS = lavaps.1

EXTRA_DIST=master.pod \
	podprune pod2help

all: lavaps.1 lavaps_man.html

#
# Documentation in its many forms is built from master.pod.
#

MANUAL_NON_SECTIONS=LAVAPS "WHAT'S NEW" REQUIREMENTS "INSTALLATION DETAILS" AVAILABILITY "RELEASE HISTORY" ISPELL

lavaps.1: master.pod
	$(PERL) podprune $(MANUAL_NON_SECTIONS) <master.pod >lavaps.pod
	$(POD2MAN) --section=1 --release="lavaps-@VERSION@" --center="Lavaps Documentation" lavaps.pod >lavaps.1
	rm lavaps.pod

lavaps_man.html: master.pod
	$(PERL) podprune $(MANUAL_NON_SECTIONS)  <master.pod >lavaps.pod
	$(POD2HTML) --title "lavaps-@VERSION@ manual page" lavaps.pod >lavaps_man.html
	rm lavaps.pod