diff options
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index ba13aad24..419358fbd 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,11 +1,8 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = pl ru +SUBDIRS = manual pl ru man_MANS = rpm.8 rpm2cpio.8 -EXTRA_DIST = \ - dependencies macros queryformat spec buildroot format \ - relocatable signatures triggers \ - $(man_MANS) +EXTRA_DIST = $(man_MANS) |