From bf5d7fa5ff661238902976008529ae5204774924 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Wed, 14 Mar 2012 15:01:32 +0200 Subject: [PATCH] Stop including html in source tarball, seems wrong. --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 09c62e9..6b1bf5c 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -14,7 +14,7 @@ endif else # we have asciidoc, build everything dist_man_MANS = $(manpages) -dist_doc_DATA = config.html usage.html todo.html faq.html README.html +doc_DATA = config.html usage.html todo.html faq.html README.html endif SUBLOC = doc -- 2.39.5