23 lines
698 B
Text
23 lines
698 B
Text
Index: Makefile
|
|
--- Makefile.orig
|
|
+++ Makefile
|
|
@@ -8,7 +8,7 @@ SUBDIR= lib
|
|
PROG=spectrwm
|
|
MAN=spectrwm.1
|
|
|
|
-CFLAGS+=-std=c99 -Wmissing-prototypes -Wall -Wextra -Wshadow -Wno-uninitialized -g
|
|
+CFLAGS+=-std=c99 -Wmissing-prototypes -Wall -Wextra -Wshadow -Wno-uninitialized
|
|
# Uncomment define below to disallow user settable clock format string
|
|
#CFLAGS+=-DSWM_DENY_CLOCK_FORMAT
|
|
CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/freetype2
|
|
@@ -22,8 +22,8 @@ MANDIR= ${PREFIX}/man/man
|
|
|
|
obj: _xenocara_obj
|
|
|
|
-beforeinstall:
|
|
- ln -sf ${PROG} ${BINDIR}/scrotwm
|
|
+#beforeinstall:
|
|
+# ln -sf ${PROG} ${BINDIR}/scrotwm
|
|
|
|
spectrwm.html: spectrwm.1
|
|
mandoc -Thtml ${.CURDIR}/spectrwm.1 > spectrwm.html
|