File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 55 # make in subdirectory PSLab-apps-master if it is there
66 [ ! -d PSLab-apps-master ] || make -C PSLab-apps-master $@ DESTDIR=$(DESTDIR )
77 python setup.py build
8- python3 setup.py build
98
109clean :
1110 rm -rf docs/_*
@@ -23,11 +22,8 @@ install:
2322 install -d $(DESTDIR ) /usr/share/doc/pslab
2423 # cp -a docs/_build/html $(DESTDIR)/usr/share/doc/pslab
2524 # cp docs/misc/build/*.html $(DESTDIR)/usr/share/doc/pslab/html
26- # create ditributions for Python2 and Python3
2725 python setup.py install --install-layout=deb \
2826 --root=$(DESTDIR ) / --prefix=/usr
29- python3 setup.py install --install-layout=deb \
30- --root=$(DESTDIR ) / --prefix=/usr
3127 # rules for udev
3228 mkdir -p $(DESTDIR ) /lib/udev/rules.d
3329 install -m 644 99-pslab.rules $(DESTDIR ) /lib/udev/rules.d/99-pslab
You can’t perform that action at this time.
0 commit comments