From d304ccad8c24e29b7328019b81e93f792af482d0 Mon Sep 17 00:00:00 2001 From: Joseph Kocherhans Date: Fri, 15 Jun 2007 04:02:33 +0000 Subject: newforms-admin: Merged to trunk [5473]. git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@5475 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- scripts/rpm-install.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scripts') diff --git a/scripts/rpm-install.sh b/scripts/rpm-install.sh index d3d95bcdb1..f337a789b1 100644 --- a/scripts/rpm-install.sh +++ b/scripts/rpm-install.sh @@ -21,3 +21,8 @@ done # Make sure we match foo.pyo and foo.pyc along with foo.py (but only once each) sed -e "/\.py[co]$/d" -e "s/\.py$/.py*/" DIRS FILES >INSTALLED_FILES +mkdir -p ${RPM_BUILD_ROOT}/%{_mandir}/man1/ +cp docs/man/* ${RPM_BUILD_ROOT}/%{_mandir}/man1/ +cat << EOF >> INSTALLED_FILES +%doc %{_mandir}/man1/*" +EOF -- cgit v1.3