~ubuntu-branches/ubuntu/feisty/flac/feisty

« back to all changes in this revision

Viewing changes to man/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Matt Zimmerman
  • Date: 2004-04-16 15:14:31 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040416151431-eyloggqxpwbwpogz
Tags: 1.1.0-11
Ensure that libFLAC is linked with -lm on all architectures, and
regardless of whether nasm is present

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#  flac - Command-line FLAC encoder/decoder
2
 
#  Copyright (C) 2000,2001  Josh Coalson
 
2
#  Copyright (C) 2000,2001,2002,2003  Josh Coalson
3
3
#
4
4
#  This program is free software; you can redistribute it and/or
5
5
#  modify it under the terms of the GNU General Public License
18
18
flac.1: flac.sgml
19
19
        docbook-to-man $? > $@ || (docbook2man $? && mv FLAC.1 $@)
20
20
 
21
 
man_MANS = flac.1
22
 
 
23
 
EXTRA_DIST = $(man_MANS) flac.sgml
 
21
metaflac.1: metaflac.sgml
 
22
        docbook-to-man $? > $@ || (docbook2man $? && mv METAFLAC.1 $@)
 
23
 
 
24
man_MANS = flac.1 metaflac.1
 
25
 
 
26
EXTRA_DIST = $(man_MANS) flac.sgml metaflac.sgml