Fixed a typo in help/Makefile

Fixed a typo typo in help/Makefile that caused the build of
2.12.9.0 to fail in a number of cases.  Thanks to a report by
<GitHub user balducci>.
This commit is contained in:
Landon Curt Noll
2021-03-12 11:31:21 -08:00
parent bcbc0cb766
commit a86d629982
2 changed files with 12 additions and 5 deletions

View File

@@ -1,4 +1,11 @@
The following are the changes from calc version 2.12.9.0 to date: The following are the changes from calc version 2.12.9.1 to date:
Fixed a typo typo in help/Makefile that caused the build of
2.12.9.0 to fail in a number of cases. Thanks to a report by
<GitHub user balducci>.
The following are the changes from calc version 2.12.8.2 to 2.12.9.0:
Added notes to help/unexpected about: Added notes to help/unexpected about:

View File

@@ -252,7 +252,7 @@ BLT_HELP_FILES_13= bugs changes
STD_HELP_FILES_14= credit STD_HELP_FILES_14= credit
BLT_HELP_FILES_14= contrib COPYING COPYING-LGPL question BLT_HELP_FILES_14= contrib COPYING COPYING-LGPL questions
STD_HELP_FILES_15= wishlist todo STD_HELP_FILES_15= wishlist todo
@@ -536,7 +536,7 @@ COPYING-LGPL: ../COPYING-LGPL
${TRUE}; \ ${TRUE}; \
fi fi
question: ../QUESTIONS questions: ../QUESTIONS
${RM} -f $@ ${RM} -f $@
${CP} ../QUESTIONS $@ ${CP} ../QUESTIONS $@
${CHMOD} 0444 $@ ${CHMOD} 0444 $@
@@ -705,7 +705,7 @@ detail_help_list:
! -name mat ! -name obj.file ! -name operator \ ! -name mat ! -name obj.file ! -name operator \
! -name overview ! -name script ! -name statement \ ! -name overview ! -name script ! -name statement \
! -name todo ! -name types ! -name unexpected \ ! -name todo ! -name types ! -name unexpected \
! -name variable ! -name wishlist ! -name question \ ! -name variable ! -name wishlist ! -name questions \
-print | \ -print | \
while read i; do \ while read i; do \
if [ X"$$i" != X"/dev/null" ]; then \ if [ X"$$i" != X"/dev/null" ]; then \
@@ -740,7 +740,7 @@ echo_inst_files:
clean: clean:
${RM} -f obj mkbuiltin funclist.c funclist.o funclist${EXT} ${RM} -f obj mkbuiltin funclist.c funclist.o funclist${EXT}
${RM} -f COPYING COPYING-LGPL question ${RM} -f COPYING COPYING-LGPL questions
clobber: clean clobber: clean
${RM} -f ${BLT_HELP_FILES} full .all calc ${RM} -f ${BLT_HELP_FILES} full .all calc