diff options
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index e8e30aa3..c78e5b7f 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -7,7 +7,8 @@ doc_DATA = \ manual.txt \ perl.txt \ signals.txt \ - special_vars.txt + special_vars.txt \ + startup-HOWTO.txt EXTRA_DIST = $(doc_DATA) |