diff options
author | Alex <a1ex@dismail.de> | 2024-10-04 15:33:52 +0200 |
---|---|---|
committer | Alex <a1ex@dismail.de> | 2024-10-04 15:33:52 +0200 |
commit | ee32215fc1937e8a5e3c26b646ca8563e8de92e9 (patch) | |
tree | 98e75250496160201f55cc0175d3bdb4e3ed379b /doc/Makefile.am | |
parent | 9880c1ba603a6080b2493c7c399ae36d656a9834 (diff) |
Add doc/install.md to release
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index ae2ccd5d..fc85e11e 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -4,7 +4,8 @@ EXTRA_DIST = \ README \ Cookies.txt \ dillo.1.in \ - user_help.in.html + user_help.in.html \ + install.md dillo.1: $(srcdir)/dillo.1.in Makefile sed 's%/usr/local%${prefix}%g' < $(srcdir)/dillo.1.in > dillo.1 |