~ubuntu-branches/ubuntu/maverick/hello/maverick

« back to all changes in this revision

Viewing changes to man/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2004-01-05 16:42:30 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040105164230-ze0yqbimyx4sx1gs
Tags: 2.1.1-4
Updated config.guess and config.sub for GNU/K*BSD.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
 
 
3
# man_aux = $(man_MANS:.1=.x)
 
4
man_MANS = hello.1
 
5
HELP2MAN = help2man
 
6
noinst_SCRIPTS = $(HELP2MAN)
 
7
 
 
8
EXTRA_DIST = $(man_MANS) $(noinst_SCRIPTS) # $(man_aux)
 
9
#  Makefile.maint GNUmakefile Makefile.summ
 
10
 
 
11
hello.1: ../src/hello $(HELP2MAN)
 
12
        $(PERL) $(HELP2MAN) --name="Friendly Greeting Program" ../src/hello >$@
 
13
 
 
14
MAINTAINERCLEANFILES = $(man_MANS)
 
15
 
 
16
# man/Makefile.am ends here