]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
docs/Makefiles: Whitespace cleanup
authorFred Morcos <fred.morcos@open-xchange.com>
Tue, 17 Jan 2023 23:01:54 +0000 (00:01 +0100)
committerFred Morcos <fred.morcos@open-xchange.com>
Thu, 19 Jan 2023 08:43:37 +0000 (09:43 +0100)
docs/Makefile.am
docs/Makefile.sphinx

index f53735a5c578ff7b3c53769970c721146d1471bd..9db391243ca6cbd7b470bfd01d36ba45c570f5fb 100644 (file)
@@ -120,5 +120,3 @@ html-docs:
        @echo "You need Python 3 and the 'venv' module to generate the HTML docs"
        exit 1
 endif
-
-
index fe0fbb180e0beb1e2219e56cea2f9200e3938c81..ea1663aa7dc0ed71c80e0b31e690846318798e9d 100644 (file)
@@ -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
-
-