[Distutils] distlib and data files => resources ?
Daniel Holth
dholth at gmail.com
Tue Nov 20 22:51:53 CET 2012
Bento uses these categories by default and lets you define your own. If
requested by the package, it writes the install-time prefixes to a
per-package .py file with NAME="value" lines.
- prefix: install architecture-independent files
- eprefix: install architecture-dependent files
- bindir: user executables
- sbindir: system admin executables
- libexecdir: program executables
- sysconfdir: read-only single-machine data
- sharedstatedir: modifiable architecture-independent data
- localstatedir: modifiable single-machine data
- libdir: object code libraries
- includedir: C header files
- oldincludedir: C header files for non-gcc
- datarootdir: read-only arch.-independent data root
- datadir: read-only architecture-independent data
- infodir: info documentation
- localedir: locale-dependent data
- mandir: man documentation
- docdir: documentation root
- htmldir: html documentation
- dvidir: dvi documentation
- pdfdir: pdf documentation
- psdir: ps documentation
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20121120/9a85c624/attachment.html>
More information about the Distutils-SIG
mailing list