#3341: Man pages for executable scripts in django/bin/
---------------------------------+------------------------------------------
   Reporter:  ubernostrum        |                Owner:  jacob            
     Status:  new                |            Component:  Documentation    
    Version:  SVN                |           Resolution:                   
   Keywords:  man documentation  |                Stage:  Ready for checkin
  Has_patch:  0                  |           Needs_docs:  0                
Needs_tests:  0                  |   Needs_better_patch:  0                
---------------------------------+------------------------------------------
Comment (by mtredinnick):

 Jacob: I was going to shove it under docs/man/ ("man" is more traditional
 than "manpages"). I got as far as checking that wouldn't screw up the
 automatic docs generation on the website (you were clever there; you put
 recurse=False on the filename searching in the docs code :-) ).
 
 We're screwed as far as automatically installing into MANPATH. Python's
 distutils doesn't support this for reasons passing all comprehension. So
 we'd either have to do it manually -- which is officially hard to get
 right for all cases -- or (and this was my preferred path) just install it
 under the docs directory and let distros put it into place as part of
 their installation scripts (we can fix the rpm generation from bdist_rpm
 to do that).

-- 
Ticket URL: <http://code.djangoproject.com/ticket/3341#comment:14>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to