From 905343adc58b3b36281808667d215c8390f5290d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 5 Jan 2016 17:40:42 +0100 Subject: update makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile.in b/Makefile.in index c019752..a52b2a0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -55,6 +55,13 @@ _CPPFLAGS += -D'PACKAGE="$(PKGNAME)"' -D'PROGRAM_VERSION="$(_VERSION)"' \ -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L _LDFLAGS += -lm +# Used by mk/man.mk +_MAN_PAGE_SECTIONS = 0 3 7 +_MAN_0 = libred.h +_MAN_3 = libred_check_timetravel libred_solar_elevation \ + libred_init_colour libred_term_colour libred_get_colour +_MAN_7 = libred + # Used by mk/copy.mk _COPYING = COPYING -- cgit v1.2.3-70-g09d2