diff options
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 5888b18..8c74706 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -15,7 +15,30 @@ endif dist_doc_DATA = \ manual.html \ - submitting-patches.html + submitting-patches.html \ + add.txt \ + config.txt \ + copy_paste.txt \ + credits.txt \ + delete.txt \ + displacement.txt \ + edit.txt \ + enote.txt \ + export.txt \ + flag.txt \ + general.txt \ + goto.txt \ + import.txt \ + main.txt \ + manual.txt \ + other.txt \ + pipe.txt \ + priority.txt \ + repeat.txt \ + save.txt \ + tab.txt \ + view.txt \ + vnote.txt dist_man_MANS = \ calcurse.1 |