From: Fred Morcos Date: Tue, 17 Jan 2023 23:01:54 +0000 (+0100) Subject: docs/Makefiles: Whitespace cleanup X-Git-Tag: dnsdist-1.8.0-rc1~103^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=02c07d6acf603fc60895610f7746e07702a4f823;p=thirdparty%2Fpdns.git docs/Makefiles: Whitespace cleanup --- diff --git a/docs/Makefile.am b/docs/Makefile.am index f53735a5c5..9db391243c 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -120,5 +120,3 @@ html-docs: @echo "You need Python 3 and the 'venv' module to generate the HTML docs" exit 1 endif - - diff --git a/docs/Makefile.sphinx b/docs/Makefile.sphinx index fe0fbb180e..ea1663aa7d 100644 --- a/docs/Makefile.sphinx +++ b/docs/Makefile.sphinx @@ -23,5 +23,3 @@ help: .venv python3 -m venv .venv .venv/bin/pip install -U pip setuptools setuptools-git wheel .venv/bin/pip install -r requirements.txt - -