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 /doc | |
parent | e11ddd0eeb8e661692bad10614dd3140dd426ce9 (diff) |
Fix distcheck target
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 7b40d0a2..a672597b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -8,3 +8,5 @@ EXTRA_DIST = \ dillo.1: $(srcdir)/dillo.1.in Makefile sed 's%/usr/local%${prefix}%g' < $(srcdir)/dillo.1.in > dillo.1 + +DISTCLEANFILES = dillo.1 |