gnucash-htdocs master: Multiple changes pushed

Frank H.Ellenberger fell at code.gnucash.org
Thu Aug 13 17:16:34 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/821d9e85 (commit)
	 via  https://github.com/Gnucash/gnucash-htdocs/commit/48cf9317 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/a42049bc (commit)



commit 821d9e8534f06213ca8c44b2ffe196c8221c0b75
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Thu Aug 13 23:15:17 2020 +0200

    Fix $last_win7 typo
    
    Found with tidy

diff --git a/externals/global_params.php b/externals/global_params.php
index 84975f8..0633168 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -48,7 +48,7 @@
      $last_3_path=$stable_path."/".$last_win7_version."/";
      
      $latest_stable_win="gnucash-".$latest_stable_win.".setup.exe";
-     $last_win7="gnucash-".$last_win7.".setup.exe";
+     $last_win7="gnucash-".$last_win7_version.".setup.exe";
      $last_xp_vista="gnucash-".$last_xp_vista_version."-setup.exe";
      $last_win2k="gnucash-".$last_win2k_version."-setup.exe";
      $latest_stable_mac_intel="Gnucash-Intel-".$latest_stable_mac_intel.".dmg";

commit 48cf931758ba65f24b317c181ca0db20bea2c5e4
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Thu Aug 13 22:32:08 2020 +0200

    Add 'make check' with php lint

diff --git a/Makefile b/Makefile
index 0a13b38..783c451 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,11 @@ languages = ${iso_languages} ca hr hu it ja nb nl pl pt zh_CN zh_TW
 
 .SECONDEXPANSION:
 
-.PHONY: pot mos msgmerge ${languages} nmz nmz.lang nmz nmz.onefile nmz.locale
+.PHONY: check pot mos msgmerge ${languages} nmz nmz.lang nmz nmz.onefile nmz.locale
+
+check:
+# Currently only our working files
+	( find . -type f \( -name '*.php' -o -name '*.phtml' \) -exec php -l '{}' \; )
 
 pot: po/POTFILES po/gnucash-htdocs.pot
 



Summary of changes:
 Makefile                    | 6 +++++-
 externals/global_params.php | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list