Django

Code

Show
Ignore:
Timestamp:
02/11/07 18:33:24 (2 years ago)
Author:
mtredinnick
Message:

Refs #3338 -- Partially fix rpm packaging problems. There is still one issue
remaining with how we construct the version numbers, but this change is useful
nonetheless. Patch from Dirk Datzert.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/MANIFEST.in

    r3906 r4490  
    22include INSTALL 
    33include LICENSE 
     4recursive-include docs * 
     5recursive-include scripts * 
    46recursive-include django/conf/locale * 
    5 recursive-include django/contrib/admin/templates 
    6 recursive-include django/contrib/admin/media 
    7 recursive-include django/contrib/comments/templates 
    8 recursive-include django/contrib/sitemaps/templates 
     7recursive-include django/contrib/admin/templates * 
     8recursive-include django/contrib/admin/media * 
     9recursive-include django/contrib/comments/templates * 
     10recursive-include django/contrib/sitemaps/templates *