diff options
author | G. Branden Robinson <g.branden.robinson@gmail.com> | 2021-02-03 01:40:07 +1100 |
---|---|---|
committer | G. Branden Robinson <g.branden.robinson@gmail.com> | 2021-02-03 18:51:11 +1100 |
commit | 8cbbc2d2116f002c56a8c0c5ff4cc0542a55b2e5 (patch) | |
tree | 8265f102b930d291a4ad04faf007fe17bfb76b53 /Makefile.am | |
parent | 574868b9242cea344f736c73cae769d458b60c9b (diff) | |
download | groff-git-8cbbc2d2116f002c56a8c0c5ff4cc0542a55b2e5.tar.gz |
[rfc1345]: Integrate into build system.
Integrate rfc1345.tmac into build system.
* contrib/rfc1345/rfc1345.am: Do it.
* Makefile.am: Include contrib/rfc1345/rfc1345.am.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 7af89d6f1..f5d45281b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -658,6 +658,7 @@ include $(top_srcdir)/contrib/mm/mm.am include $(top_srcdir)/contrib/mom/mom.am include $(top_srcdir)/contrib/pdfmark/pdfmark.am include $(top_srcdir)/contrib/pic2graph/pic2graph.am +include $(top_srcdir)/contrib/rfc1345/rfc1345.am include $(top_srcdir)/doc/doc.am include $(top_srcdir)/font/devX100/devX100.am include $(top_srcdir)/font/devX100-12/devX100-12.am |