Compare commits

..

3 Commits

Author SHA1 Message Date
277025f91f todo: resize treeview 2021-11-27 19:23:19 +01:00
6d995e71ed minor formatting 2021-11-27 19:20:25 +01:00
671c838b44 create direcotries in makefile 2021-11-27 18:54:58 +01:00
3 changed files with 9 additions and 7 deletions

2
TODO
View File

@ -77,4 +77,4 @@
[ ] rename file
[ ] move file
[ ] copy file
[ ] tree: make treeview resizable

View File

@ -28,7 +28,9 @@ install: lite
# mkdir -p ${DESTDIR}${MANPREFIX}/man1
# cp -f us.1 ${DESTDIR}${MANPREFIX}/man1/us.1
# chmod 644 ${DESTDIR}${MANPREFIX}/man1/us.1
mkdir -p ${DESTDIR}${PREFIX}/share/applications/
cp -f lite.desktop ${DESTDIR}${PREFIX}/share/applications/lite.desktop
mkdir -p ${DESTDIR}${PREFIX}/share/icons/hicolor/scalable/apps/
cp -f icon.ico ${DESTDIR}${PREFIX}/share/icons/hicolor/scalable/apps/lite.ico
uninstall: