blob: 0536176feae1a10834a7c63afa106b7dd3333f3b (
plain)
1
2
3
4
5
6
7
8
|
## Process this file with automake to produce Makefile.in
@SET_MAKE@
man_MANS = gendiff.1 rpm.8 rpm2cpio.8 rpmbuild.8 rpmcache.8 rpmdeps.8 rpmgraph.8
mandir = @mandir@/pl
EXTRA_DIST = $(man_MANS)
|