X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=Makefile;h=6b3c93f7a1d9997148415cde7d33016315cd7b49;hb=f31159407e2b8ceebfed9330fdf36db5d9ab54d0;hp=0f5e7b5226f15f0e372520d991ae114e6ccf5ff6;hpb=af851bfc41facb5b4632d8b9938df2813be61684;p=spectrwm.git diff --git a/Makefile b/Makefile index 0f5e7b5..6b3c93f 100644 --- a/Makefile +++ b/Makefile @@ -4,21 +4,22 @@ PREFIX?=/usr/local BINDIR=${PREFIX}/bin -SUBDIR= lib unicon +SUBDIR= lib PROG=scrotwm -MAN=scrotwm.1 scrotwm_es.1 scrotwm_it.1 scrotwm_pt.1 scrotwm_ru.1 +#MAN=scrotwm.1 scrotwm_es.1 scrotwm_it.1 scrotwm_pt.1 scrotwm_ru.1 +MAN=scrotwm.1 CFLAGS+=-std=c89 -Wall -Wno-uninitialized -ggdb3 # Uncomment define below to disallow user settable clock format string #CFLAGS+=-DSWM_DENY_CLOCK_FORMAT CPPFLAGS+= -I${X11BASE}/include -LDADD+=-lutil -L${X11BASE}/lib -lX11 -lXrandr +LDADD+=-lutil -L${X11BASE}/lib -lX11 -lXrandr -lXtst -MANDIR= ${PREFIX}/man/cat +MANDIR= ${PREFIX}/man/man -scrotwm_ru.cat1: scrotwm_ru.1 - nroff -mandoc ${.CURDIR}/scrotwm_ru.1 > ${.TARGET} +#scrotwm_ru.cat1: scrotwm_ru.1 +# nroff -mandoc ${.CURDIR}/scrotwm_ru.1 > ${.TARGET} obj: _xenocara_obj