From: Michael Tremer Date: Fri, 11 May 2018 12:30:08 +0000 (+0100) Subject: Makefile: Remove any excessive whitespace X-Git-Url: http://git.ipfire.org/?p=nitsi.git;a=commitdiff_plain;h=b61ba631acd2ce7e80a0dca3359c74b5c9c8e883 Makefile: Remove any excessive whitespace Signed-off-by: Michael Tremer Signed-off-by: Jonatan Schlag --- diff --git a/Makefile.am b/Makefile.am index 8562842..8e9562c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,6 @@ EXTRA_DIST = INSTALL_DIRS = noinst_DATA = - AM_V_XSLT = $(AM_V_XSLT_$(V)) AM_V_XSLT_ = $(AM_V_XSLT_$(AM_DEFAULT_VERBOSITY)) AM_V_XSLT_0 = @echo " XSLT " $@; @@ -38,7 +37,6 @@ nitsi_PYTHON = \ src/nitsi/test.py \ src/nitsi/virtual_environ.py - nitsidir = $(pythondir)/nitsi # ------------------------------------------------------------------------------ @@ -92,7 +90,6 @@ man/%.5: man/%.xml man/%.html: man/%.xml man/custom-html.xsl $(XSLTPROC_COMMAND_HTML) - endif # ------------------------------------------------------------------------------