We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 497a614 commit 9a597e4Copy full SHA for 9a597e4
M2/Macaulay2/packages/Makefile.in
@@ -90,8 +90,10 @@ unmark-$1: ; rm -rf @pre_libm2dir@/$1/.installed
90
@echo "make: Leaving directory \`$(shell pwd)/$1-temporary'"
91
ls -l $1-temporary
92
rm -rf $1-temporary
93
+ifeq ($(filter info, @DOCUMENTATION@), info)
94
if [ -e @pre_infodir@/$1.info ]; then \
95
@INSTALL_INFO@ --info-dir=@pre_infodir@ @pre_infodir@/$1.info; fi
96
+endif
97
@ [ "${IgnoreExampleErrors}" = true -o -f $$@ ] || (echo error: file $$@ not made by installPackage >&2; false)
98
check-info::@pre_infodir@/$1.info.errors
99
@pre_infodir@/$1.info.errors: @pre_infodir@/$1.info
0 commit comments