9 lines
136 B
Makefile
9 lines
136 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
@SET_MAKE@
|
|
|
|
man_MANS = rpm.8
|
|
mandir = @mandir@/pl
|
|
|
|
EXTRA_DIST = $(man_MANS)
|