diff options
author | Diego Elio Pettenò <flameeyes@gmail.com> | 2011-05-14 03:30:15 +0200 |
---|---|---|
committer | Christoph Brill <egore911@egore911.de> | 2011-05-15 21:47:37 +0200 |
commit | d27b4e560ccf61b94f067156c6d5c1e3d3e5e1eb (patch) | |
tree | 9418e2cc9855b8298b233cd721328c77f407c2ec /Makefile.am | |
parent | 39afe69ad7d2258d4043044d1283bd6e311e48da (diff) |
build: install documentation as part of make install.
Signed-off-by: Christoph Brill <egore911@egore911.de>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 7cedc61..07cb902 100644 --- a/Makefile.am +++ b/Makefile.am @@ -124,3 +124,6 @@ ChangeLog: $(CHANGELOG_CMD) dist-hook: ChangeLog INSTALL + +dist_doc_DATA = ChangeLog README docs/README.alps \ + docs/trouble-shooting.txt docs/tapndrag.dia |