From e08d2eed9ba4c133a62b8da2091b1f4e9f923d83 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Wed, 13 Jun 2012 22:38:46 +0100 Subject: [PATCH] Unlink es and it manual pages from the build. They are outdated and mandoc(1) currently gives a few warnings which might hide the ones from the main manual page and from the compiler. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 54a2ff4..e31cdb8 100644 --- a/Makefile +++ b/Makefile @@ -6,8 +6,8 @@ BINDIR=${PREFIX}/bin SUBDIR= lib PROG=spectrwm -#MAN=spectrwm_pt.1 spectrwm_ru.1 -MAN=spectrwm.1 spectrwm_es.1 spectrwm_it.1 +#MAN=spectrwm_pt.1 spectrwm_ru.1 spectrwm_es.1 spectrwm_it.1 +MAN=spectrwm.1 CFLAGS+=-std=c89 -Wall -Wno-uninitialized -g # Uncomment define below to disallow user settable clock format string -- 2.39.2