Browse Source

Add doc/fdl.texi to Makefile.am

dejagnu-1.6.3
Jacob Bachmeyer 6 years ago
parent
commit
49b7374751
  1. 1
      ChangeLog
  2. 1
      Makefile.am

1
ChangeLog

@ -4,6 +4,7 @@
during development but were mistakenly not added at that time.
(baseboard_DATA): Sort baseboard file list.
(baseboard_DATA): Add missing files.
(dejagnu_TEXINFOS): New; add GNU FDL file.
* Makefile.in (TESTSUITE_FILES): Likewise.
(baseboard_DATA): Likewise.

1
Makefile.am

@ -227,6 +227,7 @@ dist_man_MANS = doc/dejagnu.1 \
doc/dejagnu-report-card.1 \
doc/runtest.1
info_TEXINFOS = doc/dejagnu.texi
dejagnu_TEXINFOS = doc/fdl.texi
pip-install:
pip3 install --upgrade -e $(top_srcdir)

Loading…
Cancel
Save