diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-08-22 08:10:23 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-10-03 14:02:44 -0400 |
commit | b4ee1ccfcd9e9d41033db7b6b5e0a771ae5939d2 (patch) | |
tree | c6ac77020df70b4794f3dcc7367d67e21865a97f /Makefile.am | |
parent | 8daa135ae9eae0a0ed48cc68d6abce16141cd426 (diff) |
config: provide a makefile for scanpci man pages
Reviewed-by: RĂ©mi Cardona <remi@gentoo.org>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 31d20a0..ea30cd2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,13 +25,12 @@ ACLOCAL_AMFLAGS = -I m4 # Order: scanpci depends on libpciaccess built in src -SUBDIRS = src scanpci +SUBDIRS = man src scanpci pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = pciaccess.pc MAINTAINERCLEANFILES = ChangeLog INSTALL -EXTRA_DIST = src/scanpci.man .PHONY: ChangeLog INSTALL |