From c273cea7817ea8818224fcb94d0feb1363b395c9 Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Thu, 4 Jan 2018 23:06:12 +0100 Subject: [PATCH] move generators to _gen/ --- clolc.bat => _gen/clolc.bat | 1 + doxygen.bat => _gen/doxygen.bat | 1 + pytest.bat => _gen/pytest.bat | 1 + 3 files changed, 3 insertions(+) rename clolc.bat => _gen/clolc.bat (99%) rename doxygen.bat => _gen/doxygen.bat (99%) rename pytest.bat => _gen/pytest.bat (99%) diff --git a/clolc.bat b/_gen/clolc.bat similarity index 99% rename from clolc.bat rename to _gen/clolc.bat index 017b5b0..44f075c 100644 --- a/clolc.bat +++ b/_gen/clolc.bat @@ -12,6 +12,7 @@ echo " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " echo. echo Run count lines of code ... echo. +cd .. _bin\win\cloc_1_72\cloc-1.72.exe . --exclude-lang=HTML,JavaScript,CSS --exclude-dir=_docu,_config,_info echo. echo. diff --git a/doxygen.bat b/_gen/doxygen.bat similarity index 99% rename from doxygen.bat rename to _gen/doxygen.bat index 2c9c93b..d82e895 100644 --- a/doxygen.bat +++ b/_gen/doxygen.bat @@ -12,6 +12,7 @@ echo " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " echo. echo Build Doxygen Documentation echo. +cd .. _bin\win\doxygen\doxygen.exe "_config\doxygen.ini" echo. echo. diff --git a/pytest.bat b/_gen/pytest.bat similarity index 99% rename from pytest.bat rename to _gen/pytest.bat index c9741f4..88cdabc 100644 --- a/pytest.bat +++ b/_gen/pytest.bat @@ -1,5 +1,6 @@ @echo off +cd .. if not exist "logs/" mkdir logs echo " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " "