Skip to content

Commit

Permalink
retire man pages that are way outdated and add html target for englis…
Browse files Browse the repository at this point in the history
…h man page
  • Loading branch information
marcopeereboom committed May 2, 2016
1 parent 03c9b0e commit a314915
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions Makefile
Expand Up @@ -6,7 +6,6 @@ BINDIR=${PREFIX}/bin
SUBDIR= lib

PROG=spectrwm
#MAN=spectrwm_pt.1 spectrwm_ru.1 spectrwm_es.1 spectrwm_it.1
MAN=spectrwm.1

CFLAGS+=-std=c99 -Wmissing-prototypes -Wall -Wextra -Wshadow -Wno-uninitialized -g
Expand All @@ -21,23 +20,13 @@ CPPFLAGS+= -DSPECTRWM_BUILDSTR=\"$(BUILDVERSION)\"

MANDIR= ${PREFIX}/man/man

#spectrwm_ru.cat1: spectrwm_ru.1
# nroff -mandoc ${.CURDIR}/spectrwm_ru.1 > ${.TARGET}

obj: _xenocara_obj

beforeinstall:
ln -sf ${PROG} ${BINDIR}/scrotwm

# clang targets
.if ${.TARGETS:M*analyze*}
CC=clang
CXX=clang++
CPP=clang -E
CFLAGS+=--analyze
.endif
spectrwm.html: spectrwm.1
mandoc -Thtml ${.CURDIR}/spectrwm.1 > spectrwm.html

analyze: all
clang: all
.include <bsd.prog.mk>
.include <bsd.xorg.mk>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a314915

Please sign in to comment.