diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-30 00:32:21 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-30 00:32:21 +0100 |
commit | 5262d2f607c04c0c4d17003cea1ef2958fbcb018 (patch) | |
tree | 99091c248899cac82fd2f4907b673e8652ee2219 | |
parent | add man page: sat(1) (diff) | |
download | sat-5262d2f607c04c0c4d17003cea1ef2958fbcb018.tar.gz sat-5262d2f607c04c0c4d17003cea1ef2958fbcb018.tar.bz2 sat-5262d2f607c04c0c4d17003cea1ef2958fbcb018.tar.xz |
update makefile
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 12c0d03..35c45bc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -80,8 +80,8 @@ _CPPFLAGS = -D'PACKAGE="$(PKGNAME)"' -D'PROGRAM_VERSION="$(_VERSION)"' # index.html Invoking.html Overview.html # Used by mk/man.mk -#_MAN_PAGE_SECTIONS = 1 -#_MAN_1 = +_MAN_PAGE_SECTIONS = 1 +_MAN_1 = sat # Used by mk/copy.mk _COPYING = COPYING |