]> git.ipfire.org Git - nitsi.git/blobdiff - Makefile.am
Makefile: Remove any excessive whitespace
[nitsi.git] / Makefile.am
index 85628420e034593396c89558031bc68878959ae6..8e9562cdd61c78abd64b6cb3b38d5cb1985ecad3 100644 (file)
@@ -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
 
 # ------------------------------------------------------------------------------