Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ all:
# make in subdirectory PSLab-apps-master if it is there
[ ! -d PSLab-apps-master ] || make -C PSLab-apps-master $@ DESTDIR=$(DESTDIR)
python setup.py build
python3 setup.py build

clean:
rm -rf docs/_*
Expand All @@ -23,11 +22,8 @@ install:
install -d $(DESTDIR)/usr/share/doc/pslab
#cp -a docs/_build/html $(DESTDIR)/usr/share/doc/pslab
#cp docs/misc/build/*.html $(DESTDIR)/usr/share/doc/pslab/html
# create ditributions for Python2 and Python3
python setup.py install --install-layout=deb \
--root=$(DESTDIR)/ --prefix=/usr
python3 setup.py install --install-layout=deb \
--root=$(DESTDIR)/ --prefix=/usr
# rules for udev
mkdir -p $(DESTDIR)/lib/udev/rules.d
install -m 644 99-pslab.rules $(DESTDIR)/lib/udev/rules.d/99-pslab
Expand Down