@ -1,4 +1,4 @@
# Copyright (C) 1992-2016, 2018, 2019 Free Software Foundation, Inc.
# Copyright (C) 1992-2019, 2020 Free Software Foundation, Inc.
#
# This file is part of DejaGnu.
@ -209,3 +209,6 @@ dist_man_MANS = doc/dejagnu.1 \
doc/dejagnu-report-card.1 \
doc/runtest.1
info_TEXINFOS = doc/dejagnu.texi
pip-install:
pip3 install --upgrade -e $(top_srcdir)
@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl Copyright (C) 1992-2016 Free Software Foundation, Inc.
dnl Copyright (C) 1992-2019, 2020 Free Software Foundation, Inc.
dnl
dnl This file is part of DejaGnu.
@ -1,5 +1,5 @@
# runtest.exp -- Test framework driver
# Copyright (C) 1992-2016, 2018 Free Software Foundation, Inc.