diff options
author | jbj <devnull@localhost> | 1999-07-19 22:13:12 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-07-19 22:13:12 +0000 |
commit | 46572592b4f958444c854bb9ee0cc6e7d8cd1d86 (patch) | |
tree | 7dd93a3c0139daecd07fe20cc433b411785040f8 /python | |
parent | 816ca6b54c3a4e5776bc091bfe3e754f77704231 (diff) | |
download | rpm-46572592b4f958444c854bb9ee0cc6e7d8cd1d86.tar.gz rpm-46572592b4f958444c854bb9ee0cc6e7d8cd1d86.tar.bz2 rpm-46572592b4f958444c854bb9ee0cc6e7d8cd1d86.zip |
add pl translation and man pages (Tomasz K?oczko et al).
CVS patchset: 3183
CVS date: 1999/07/19 22:13:12
Diffstat (limited to 'python')
-rw-r--r-- | python/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/Makefile.in b/python/Makefile.in index d4ff3e6cc..548f5e3c4 100644 --- a/python/Makefile.in +++ b/python/Makefile.in @@ -152,8 +152,6 @@ INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/popt -I/usr/ mylibs = $(top_builddir)/lib/librpm.la $(top_builddir)/popt/libpopt.la -EXTRA_DIST = Makefile.in - pythondir = $(prefix)/lib/python1.5/site-packages python_PROGRAMS = rpmmodule.so |