===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
irclog2html-2.17.2/release.mk-24-# These are internal implementation details
irclog2html-2.17.2/release.mk:25:changelog_ver = `$(PYTHON) setup.py --version`
irclog2html-2.17.2/release.mk:26:changelog_date = `LC_ALL=C date +'$(CHANGELOG_DATE_FORMAT)'`
irclog2html-2.17.2/release.mk-27-
##############################################
irclog2html-2.17.2/release.mk-40-ifndef FORCE
irclog2html-2.17.2/release.mk:41:	@test -z "`$(VCS_STATUS) 2>&1`" || { echo; echo "Your working tree is not clean:" 1>&2; $(VCS_STATUS) 1>&2; exit 1; }
irclog2html-2.17.2/release.mk-42-endif
##############################################
irclog2html-2.17.2/release.mk-51-	make dist
irclog2html-2.17.2/release.mk:52:	pkg_and_version=`$(PYTHON) setup.py --name`-`$(PYTHON) setup.py --version` && \
irclog2html-2.17.2/release.mk-53-	  rm -rf tmp && \