Parent: [572519] (diff)
Child: [8450b3] (diff)
Download this file
1 2 3 4 5 6 7 8 9
all: python setup.py build install: sudo python setup.py install clean: rm -rf build rm -f recoll/__init__.pyc distclean: clean rm -f setup.py