X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=Makefile;h=048eb327c9e3939a81331bde5fe25d13dac41184;hb=e468d771f657f081722efc8e7b54dacd923867c2;hp=ad27745ddf227156f69145f1e96a71c6dff8de3a;hpb=befcf159170f6dbb92a44afe88ec736450133105;p=spectrwm.git diff --git a/Makefile b/Makefile index ad27745..048eb32 100644 --- a/Makefile +++ b/Makefile @@ -5,9 +5,9 @@ PREFIX?=/usr/local BINDIR=${PREFIX}/bin SUBDIR= lib -PROG=scrotwm -#MAN=scrotwm_pt.1 scrotwm_ru.1 -MAN=scrotwm.1 scrotwm_es.1 scrotwm_it.1 +PROG=spectrwm +#MAN=spectrwm_pt.1 spectrwm_ru.1 +MAN=spectrwm.1 spectrwm_es.1 spectrwm_it.1 CFLAGS+=-std=c89 -Wall -Wno-uninitialized -ggdb3 # Uncomment define below to disallow user settable clock format string @@ -16,13 +16,13 @@ CPPFLAGS+= -I${X11BASE}/include LDADD+=-lutil -L${X11BASE}/lib -lX11 -lXrandr -lXtst BUILDVERSION != sh "${.CURDIR}/buildver.sh" .if !${BUILDVERSION} == "" -CPPFLAGS+= -DSCROTWM_BUILDSTR=\"$(BUILDVERSION)\" +CPPFLAGS+= -DSPECTRWM_BUILDSTR=\"$(BUILDVERSION)\" .endif MANDIR= ${PREFIX}/man/man -#scrotwm_ru.cat1: scrotwm_ru.1 -# nroff -mandoc ${.CURDIR}/scrotwm_ru.1 > ${.TARGET} +#spectrwm_ru.cat1: spectrwm_ru.1 +# nroff -mandoc ${.CURDIR}/spectrwm_ru.1 > ${.TARGET} obj: _xenocara_obj