Skip to content

Commit 6672626

Browse files
authored
Merge pull request fossasia#69 from jithinbp/development
removed explicit reference to Python3 in Makefile
2 parents 760563b + c2f331b commit 6672626

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ all:
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

109
clean:
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

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy