Django

Code

Show
Ignore:
Timestamp:
06/11/07 09:51:26 (1 year ago)
Author:
mtredinnick
Message:

unicode: Merged changes from trunk up to [5460].

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/unicode

    • Property svnmerge-integrated changed from /django/trunk:1-5443 to /django/trunk:1-5460
  • django/branches/unicode/scripts/rpm-install.sh

    r4912 r5462  
    2222sed -e "/\.py[co]$/d" -e "s/\.py$/.py*/" DIRS FILES >INSTALLED_FILES 
    2323 
     24mkdir -p ${RPM_BUILD_ROOT}/%{_mandir}/man1/ 
     25cp docs/man/* ${RPM_BUILD_ROOT}/%{_mandir}/man1/ 
     26cat << EOF >> INSTALLED_FILES 
     27%doc %{_mandir}/man1/*" 
     28EOF