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 | |
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
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | doc/Makefile.am | 7 | ||||
-rw-r--r-- | doc/manual/.cvsignore | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/configure.in b/configure.in index 1ff4592e8..5d999ea80 100644 --- a/configure.in +++ b/configure.in @@ -818,7 +818,7 @@ AC_OUTPUT([Makefile rpmrc macros lib/Makefile build/Makefile tools/Makefile scripts/Makefile tests/Makefile tests/rpmrc tests/macros tests/hello-test/Makefile misc/Makefile po/Makefile.in intl/Makefile - doc/Makefile doc/pl/Makefile doc/ru/Makefile + doc/Makefile doc/manual/Makefile doc/pl/Makefile doc/ru/Makefile python/Makefile], [touch Makefile.in sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile]) 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) diff --git a/doc/manual/.cvsignore b/doc/manual/.cvsignore new file mode 100644 index 000000000..282522db0 --- /dev/null +++ b/doc/manual/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in |