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 5
5
# make in subdirectory PSLab-apps-master if it is there
6
6
[ ! -d PSLab-apps-master ] || make -C PSLab-apps-master $@ DESTDIR=$(DESTDIR )
7
7
python setup.py build
8
- python3 setup.py build
9
8
10
9
clean :
11
10
rm -rf docs/_*
@@ -23,11 +22,8 @@ install:
23
22
install -d $(DESTDIR ) /usr/share/doc/pslab
24
23
# cp -a docs/_build/html $(DESTDIR)/usr/share/doc/pslab
25
24
# cp docs/misc/build/*.html $(DESTDIR)/usr/share/doc/pslab/html
26
- # create ditributions for Python2 and Python3
27
25
python setup.py install --install-layout=deb \
28
26
--root=$(DESTDIR ) / --prefix=/usr
29
- python3 setup.py install --install-layout=deb \
30
- --root=$(DESTDIR ) / --prefix=/usr
31
27
# rules for udev
32
28
mkdir -p $(DESTDIR ) /lib/udev/rules.d
33
29
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