Orphans.
CVS patchset: 3187 CVS date: 1999/07/19 22:28:41
This commit is contained in:
parent
4248758420
commit
adb4f58147
|
@ -818,7 +818,7 @@ AC_OUTPUT([Makefile rpmrc macros lib/Makefile
|
||||||
build/Makefile tools/Makefile scripts/Makefile
|
build/Makefile tools/Makefile scripts/Makefile
|
||||||
tests/Makefile tests/rpmrc tests/macros tests/hello-test/Makefile
|
tests/Makefile tests/rpmrc tests/macros tests/hello-test/Makefile
|
||||||
misc/Makefile po/Makefile.in intl/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],
|
python/Makefile],
|
||||||
[touch Makefile.in
|
[touch Makefile.in
|
||||||
sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile])
|
sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile])
|
||||||
|
|
|
@ -1,11 +1,8 @@
|
||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
SUBDIRS = pl ru
|
SUBDIRS = manual pl ru
|
||||||
|
|
||||||
man_MANS = rpm.8 rpm2cpio.8
|
man_MANS = rpm.8 rpm2cpio.8
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = $(man_MANS)
|
||||||
dependencies macros queryformat spec buildroot format \
|
|
||||||
relocatable signatures triggers \
|
|
||||||
$(man_MANS)
|
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
Loading…
Reference in New Issue