Install pkgconfig files libudf.pc, libcdio++.pc and libiso9660++.pc. Distribute

manual pages for standalone utilities. Suggestions thanks to Nicolas Boullis.
This commit is contained in:
rocky
2008-03-15 16:21:28 +00:00
parent adf1b97e74
commit 7b32c1a3de
2 changed files with 19 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
# $Id: Makefile.am,v 1.43 2008/03/09 18:41:27 rocky Exp $ # $Id: Makefile.am,v 1.44 2008/03/15 16:21:28 rocky Exp $
# #
# Copyright (C) 2003, 2004, 2006 Rocky Bernstein <rocky@panix.com> # Copyright (C) 2003, 2004, 2006, 2008 Rocky Bernstein <rocky@gnu.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@@ -28,13 +28,12 @@ EXTRA_DIST = \
README.libcdio \ README.libcdio \
THANKS \ THANKS \
example/README \ example/README \
libcdio.pc.in libcdio.pc \ libcdio.pc.in \
libcdio++.pc.in libcdio++.pc \ libcdio++.pc.in \
libcdio_cdda.pc \
libcdio_cdda.pc.in \ libcdio_cdda.pc.in \
libiso9660.pc.in libiso9660.pc \ libiso9660.pc.in \
libiso9660++.pc.in libiso9660++.pc \ libiso9660++.pc.in \
package/libcdio.spec \ libudf.pc.in \
package/libcdio.spec.in package/libcdio.spec.in
SUBDIRS = doc include lib src test example SUBDIRS = doc include lib src test example
@@ -45,7 +44,11 @@ endif
# pkg-config(1) related rules # pkg-config(1) related rules
pkgconfigdir = $(libdir)/pkgconfig pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libcdio.pc libiso9660.pc \ pkgconfig_DATA = libcdio.pc \
libcdio++.pc \
libiso9660.pc \
libiso9660++.pc \
libudf.pc
$(paranoiapcs) $(paranoiapcs)

View File

@@ -1,7 +1,7 @@
# $Id: Makefile.am,v 1.43 2007/10/15 04:53:59 rocky Exp $ # $Id: Makefile.am,v 1.44 2008/03/15 16:21:28 rocky Exp $
# #
# Copyright (C) 2003, 2004, 2005, 2006 # Copyright (C) 2003, 2004, 2005, 2006, 2008
# Rocky Bernstein <rocky@panix.com> # Rocky Bernstein <rocky@gnu.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@@ -21,8 +21,10 @@
GETOPT_C = getopt.c getopt1.c GETOPT_C = getopt.c getopt1.c
man_MANS = cd-drive.1 cd-info.1 cd-read.1 iso-read.1 iso-info.1
EXTRA_DIST = cd-drive.help2man cd-info.help2man cd-read.help2man \ EXTRA_DIST = cd-drive.help2man cd-info.help2man cd-read.help2man \
iso-info.help2man iso-read.help2man $(GETOPT_C) getopt.h iso-info.help2man iso-read.help2man $(GETOPT_C) getopt.h \
$(man_MANS)
noinst_HEADERS = cddb.h getopt.h util.h noinst_HEADERS = cddb.h getopt.h util.h
@@ -37,12 +39,9 @@ endif
CDDB_LIBS=@CDDB_LIBS@ CDDB_LIBS=@CDDB_LIBS@
CDDA_PLAYER_LIBS=@CDDA_PLAYER_LIBS@ CDDA_PLAYER_LIBS=@CDDA_PLAYER_LIBS@
if MAINTAINER_MODE
MAINTAINERCLEANFILES = $(man_MANS)
man_MANS = cd-drive.1 cd-info.1 cd-read.1 iso-read.1 iso-info.1
$(man_MANS): %.1: % %.help2man $(man_MANS): %.1: % %.help2man
-$(HELP2MAN) --opt-include=$<.help2man --no-info --output=$@ ./$< -$(HELP2MAN) --opt-include=$<.help2man --no-info --output=$@ ./$<
endif MOSTLYCLEANFILES = $(man_MANS)
if BUILD_CDDA_PLAYER if BUILD_CDDA_PLAYER
cdda_player_SOURCES = cdda-player.c cddb.c cddb.h $(GETOPT_C) cdda_player_SOURCES = cdda-player.c cddb.c cddb.h $(GETOPT_C)