mirror of
https://github.com/vale981/spectrwm
synced 2025-03-05 18:01:37 -05:00
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.
This commit is contained in:
parent
dd4e0b8dd0
commit
e08d2eed9b
1 changed files with 2 additions and 2 deletions
4
Makefile
4
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
|
||||
|
|
Loading…
Add table
Reference in a new issue