diff options
author | Bertrand Garrigues <bertrand.garrigues@laposte.net> | 2014-09-21 20:50:12 +0200 |
---|---|---|
committer | Bertrand Garrigues <bertrand.garrigues@laposte.net> | 2015-01-27 23:13:15 +0100 |
commit | a140d6dfa1d59d66ce9950251c5f48d1375db2e9 (patch) | |
tree | 82001e09c2eb0880b1429be90edd584dc725c6c9 /Makefile.am | |
parent | e0060c0de928e7bab65e3556deb08eef241b00fb (diff) | |
download | groff-git-a140d6dfa1d59d66ce9950251c5f48d1375db2e9.tar.gz |
Fixes after final complete tests and documentation update.
Added a quick guide on the usage of automake in groff
(doc/automake.mom, must be manually generated with pdfmom).
* Makefile.am: distribute TESTS. and font/util/make-Rproto.
* contrib/hdtbl/hdtbl.am: contrib/hdtbl/examples/fonts_n.in and
fonts_x.in were not distributed. Examples (.ps files) of were
mistakenly distributed.
* contrib/mom/mom.am: Mom examples (pdf files) were mistakenly
distributed.
* contrib/pdfmark/pdfmark.am: pdfmark.pdf was mistakenly distributed.
* doc/doc.am: unprotected '@' in sed command symbols caused missing
substitution of @VERSION@ in some generated files.
* font/devpdf/devpdf.am: font/devpdf/util/BuildFoundries (generated)
was mistakenly distributed.
* src/preproc/pic/pic.am: .n was mistakenly distributed, pic.man was
not distributed.
* tmac/tmac.am: some generated files were mistakenly distributed.
* Updated INSTALL.REPO.
* doc/automake.mom: new file.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8e5f95d0f..6ece62956 100644 --- a/Makefile.am +++ b/Makefile.am @@ -807,7 +807,9 @@ EXTRA_DIST += \ PROBLEMS \ PROJECTS \ README.MinGW \ - arch/djgpp + TESTS \ + arch/djgpp \ + font/util/make-Rproto MOSTLYCLEANFILES += $(prefixexecbin_SCRIPTS) $(bin_SCRIPTS) \ $(man1_MANS) $(man5_MANS) $(man7_MANS) \ |