File tree 2 files changed +5
-181
lines changed
2 files changed +5
-181
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ install: all
30
30
mkdir -p ${DESTDIR}${PREFIX} /bin
31
31
cp -f atlaswm ${DESTDIR}${PREFIX} /bin
32
32
chmod 755 ${DESTDIR}${PREFIX} /bin/atlaswm
33
- mkdir -p ${DESTDIR}${MANPREFIX} /man1
34
- sed " s/VERSION/${VERSION} /g" < atlaswm.1 > ${DESTDIR}${MANPREFIX} /man1/atlaswm.1
35
- chmod 644 ${DESTDIR}${MANPREFIX} /man1/atlaswm.1
33
+ # mkdir -p ${DESTDIR}${MANPREFIX}/man1
34
+ # sed "s/VERSION/${VERSION}/g" < atlaswm.1 > ${DESTDIR}${MANPREFIX}/man1/atlaswm.1
35
+ # chmod 644 ${DESTDIR}${MANPREFIX}/man1/atlaswm.1
36
36
37
37
uninstall :
38
- rm -f ${DESTDIR}${PREFIX} /bin/atlaswm\
39
- ${DESTDIR}${MANPREFIX} /man1/atlaswm.1
38
+ rm -f ${DESTDIR}${PREFIX} /bin/atlaswm
39
+ # ${DESTDIR}${MANPREFIX}/man1/atlaswm.1
40
40
41
41
.PHONY : all clean dist install uninstall
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments