Skip to content

Commit 880f045

Browse files
committedNov 11, 2024·
remove man page temporaily until rewritten
1 parent c7dd196 commit 880f045

File tree

2 files changed

+5
-181
lines changed

2 files changed

+5
-181
lines changed
 

‎Makefile

+5-5
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ install: all
3030
mkdir -p ${DESTDIR}${PREFIX}/bin
3131
cp -f atlaswm ${DESTDIR}${PREFIX}/bin
3232
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
3636

3737
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
4040

4141
.PHONY: all clean dist install uninstall

‎atlaswm.1

-176
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.