From df55c4032b17af80f70e8b71e4ba514bcd1a4b0c Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Thu, 14 Oct 2021 10:23:58 -0400 Subject: [PATCH] Use external .png images for moon phases. --- www/Makefile.in | 4 ++-- www/hebhtml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/Makefile.in b/www/Makefile.in index 369a84a2..94a6be09 100644 --- a/www/Makefile.in +++ b/www/Makefile.in @@ -79,8 +79,8 @@ install: $(DESTDIR)$(SCRIPTDIR)/hebhtml \ -mkdir -p $(DESTDIR)$(IMAGEDIR) - cp rem-default.css $(DESTDIR)$(IMAGEDIR) - chmod 644 $(DESTDIR)$(IMAGEDIR)/rem-default.css + cp rem-default.css *.png $(DESTDIR)$(IMAGEDIR) + chmod 644 $(DESTDIR)$(IMAGEDIR)/rem-default.css $(DESTDIR)$(IMAGEDIR)/*.png diff --git a/www/hebhtml b/www/hebhtml index a3672c05..73635def 100644 --- a/www/hebhtml +++ b/www/hebhtml @@ -18,7 +18,7 @@ set lastyear iif(lastmon==12, thisyear-1, thisyear) set nextmon mon(nextmon) set lastmon mon(lastmon) BANNER % -REM RUN $REMIND -iHTML=1 -p $DIR/hebdate.rem %m %y | %REM2HTML% --forwurl "cal_dispatch?hebhtml+[nextmon]+[nextyear]" --backurl "cal_dispatch?hebhtml+[lastmon]+[lastyear]" --imgbase "%IMAGEBASE%" --stylesheet rem-default.css +REM RUN $REMIND -iHTML=1 -p $DIR/hebdate.rem %m %y | %REM2HTML% --forwurl "cal_dispatch?hebhtml+[nextmon]+[nextyear]" --backurl "cal_dispatch?hebhtml+[lastmon]+[lastyear]" --imgbase "%IMAGEBASE%" --stylesheet rem-default.css --pngs EOR else @@ -33,7 +33,7 @@ set lastyear iif(lastmon==12, thisyear-1, thisyear) set nextmon mon(nextmon) set lastmon mon(lastmon) BANNER % -REM RUN $REMIND -iHTML=1 -p $DIR/hebdate.rem %m %y | %REM2HTML% --forwurl "cal_dispatch?hebhtml+[nextmon]+[nextyear]" --backurl "cal_dispatch?hebhtml+[lastmon]+[lastyear]" --imgbase "%IMAGEBASE%" --stylesheet rem-default.css +REM RUN $REMIND -iHTML=1 -p $DIR/hebdate.rem %m %y | %REM2HTML% --forwurl "cal_dispatch?hebhtml+[nextmon]+[nextyear]" --backurl "cal_dispatch?hebhtml+[lastmon]+[lastyear]" --imgbase "%IMAGEBASE%" --stylesheet rem-default.css --pngs EOR fi