summaryrefslogtreecommitdiff
path: root/Ada95/doc/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Ada95/doc/Makefile.in')
-rw-r--r--Ada95/doc/Makefile.in11
1 files changed, 6 insertions, 5 deletions
diff --git a/Ada95/doc/Makefile.in b/Ada95/doc/Makefile.in
index 9a74489..3ef3900 100644
--- a/Ada95/doc/Makefile.in
+++ b/Ada95/doc/Makefile.in
@@ -1,6 +1,7 @@
-# $Id: Makefile.in,v 1.3 2012/08/11 21:31:56 tom Exp $
+# $Id: Makefile.in,v 1.7 2020/02/02 23:34:34 tom Exp $
##############################################################################
-# Copyright (c) 2011 Free Software Foundation, Inc. #
+# Copyright 2019,2020 Thomas E. Dickey #
+# Copyright 2011-2015,2018 Free Software Foundation, Inc. #
# #
# Permission is hereby granted, free of charge, to any person obtaining a #
# copy of this software and associated documentation files (the "Software"), #
@@ -31,7 +32,7 @@
#
# Makefile for AdaCurses manual pages.
-SHELL = /bin/sh
+SHELL = @SHELL@
VPATH = @srcdir@
DESTDIR = @DESTDIR@
@@ -42,12 +43,12 @@ datarootdir = @datarootdir@
datadir = @datadir@
mandir = @mandir@
-INSTALL = @INSTALL@
+INSTALL = @INSTALL@ @INSTALL_OPT_O@
INSTALL_DATA = @INSTALL_DATA@
DFT_ARG_SUFFIX = @DFT_ARG_SUFFIX@
-THIS = AdaCurses
+THIS = @ADA_LIBNAME@
DOCDIR = $(DESTDIR)$(datadir)/doc/$(THIS)
MANDIR = $(DESTDIR)$(mandir)/man1