Orphans.
authorjbj <devnull@localhost>
Mon, 19 Jul 1999 22:28:41 +0000 (22:28 +0000)
committerjbj <devnull@localhost>
Mon, 19 Jul 1999 22:28:41 +0000 (22:28 +0000)
CVS patchset: 3187
CVS date: 1999/07/19 22:28:41

configure.in
doc/Makefile.am
doc/manual/.cvsignore [new file with mode: 0644]

index 1ff4592..5d999ea 100644 (file)
@@ -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])
index ba13aad..419358f 100644 (file)
@@ -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 (file)
index 0000000..282522d
--- /dev/null
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in