Changeset 1002 for trunk/bindings/python/Makefile.am
- Timestamp:
- 01/07/08 16:47:30 (4 years ago)
- File:
-
- 1 edited
-
trunk/bindings/python/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bindings/python/Makefile.am
r1000 r1002 31 31 pydocdir = $(NXDOCDIR)/python 32 32 pydoc_DATA = README.html 33 p ython_PYTHON = nxs.py setup.py nxstest.py33 pkgpython_PYTHON = nxs.py setup.py nxstest.py 34 34 EXTRA_DIST = README.html 35 35 36 #install-data-hook : 37 # python setup.py install --root=$(DESTDIR) 36 install-data-hook : 37 sed -e "s|nxprefix = .*|nxprefix = \'${prefix}\'|" < ${srcdir}/nxs.py > $(DESTDIR)${pkgpythondir}/nxs.py 38 39 # python setup.py install --root=$(DESTDIR) 38 40 39 41 include $(top_srcdir)/build_rules.am
Note: See TracChangeset
for help on using the changeset viewer.
