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