diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2023-12-11 00:28:25 +0100 |
---|---|---|
committer | rodarima <rodarima@gmail.com> | 2023-12-11 01:14:52 +0100 |
commit | 48e22e5e4faf6aafa2ba84a8eadc51fd239ee224 (patch) | |
tree | d944ff272f758bd6be4ae92c8b63c12ee4180200 /Makefile.am | |
parent | e11ddd0eeb8e661692bad10614dd3140dd426ce9 (diff) |
Fix distcheck target
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9364999e..036a5720 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,6 +2,6 @@ SUBDIRS = lout dw dlib dpip src doc dpid dpi test dist_bin_SCRIPTS = dillo-install-hyphenation -EXTRA_DIST = Doxyfile dillorc install-dpi-local d_size.h +EXTRA_DIST = README.md Doxyfile dillorc install-dpi-local d_size.h sysconf_DATA = dillorc |