X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/788c353a8bee07520ae1a1de6fb7bdcdf1f4f1c7..aac9670c207aaefb17521c2ce4db39cb8893f660:/man/Makefile.in diff --git a/man/Makefile.in b/man/Makefile.in index ab93318d..c489f5fe 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -1,8 +1,6 @@ # # Makefile for man subdirectory # -# $Id$ -# VERSION = @VERSION@ DATE = @DATE@ @@ -17,6 +15,7 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ libdir = @libdir@ +datarootdir = @datarootdir@ etcdir = @sysconfdir@ mandir = @mandir@ manext1 = 1 @@ -76,9 +75,6 @@ MAN1 = $(MAN1SRC:.=.$(manext1)) MAN5 = $(MAN5SRC:.=.$(manext5)) MAN8 = $(MAN8SRC:.=.$(manext8)) -# Since vmh is not built or distributed, neither should vmh.1 be -# MANEXTRA = vmh. - # source for man pages DIST_MANSRC = $(MAN1SRC) $(MAN5SRC) $(MAN8SRC) DIST_MAN = $(DIST_MANSRC:.=.man)