Because folks on RHEL 6 (not CentOS 6) have some issues with asciidoc, do not build the asciidoc from

the rpm or make install targets.  Also modify the make install (only) to copy over files into the library
directory since the setup.py does not do this (due to a distutils bug, more or less).
This commit is contained in:
Michael DeHaan 2012-03-15 20:21:10 -04:00
commit 9049b0e7ca
3 changed files with 9 additions and 6 deletions

View file

@ -1,5 +1,9 @@
#!/usr/bin/env python
# NOTE: setup.py does NOT install the contents of the library dir
# for you, you should go through "make install" or "make RPMs"
# for that, or manually copy modules over.
import glob
import os
import sys