/usr/lib/python2.7/dist-packages/sfepy/Makefile is in python-sfepy 2016.2-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | all:
python setup.py build_ext --inplace
clean:
python setup.py clean
htmldocs:
python setup.py htmldocs
pdfdocs:
python setup.py pdfdocs
doxygendocs:
python setup.py doxygendocs
|