diff options
author | jbj <devnull@localhost> | 1999-07-19 22:28:41 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-07-19 22:28:41 +0000 |
commit | adb4f581473e441123d9c1bee9f2b3e23ca82312 (patch) | |
tree | 1380bfe6fcf1d2b4ee8929a238d424ff536c868d /doc/Makefile.am | |
parent | 42487584200e0f47d8a8665468d9022496986e11 (diff) | |
download | librpm-tizen-adb4f581473e441123d9c1bee9f2b3e23ca82312.tar.gz librpm-tizen-adb4f581473e441123d9c1bee9f2b3e23ca82312.tar.bz2 librpm-tizen-adb4f581473e441123d9c1bee9f2b3e23ca82312.zip |
Orphans.
CVS patchset: 3187
CVS date: 1999/07/19 22:28:41
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) |