We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should probably rename INCLUDE_MAKEFILES to MAKEFILES_DIR. However, this requires backwards compatibility:
INCLUDE_MAKEFILES
MAKEFILES_DIR
INCLUDE_MAKEFILES?=. MAKEFILES_DIR?=${INCLUDE_MAKEFILES} include ${MAKEFILES_DIR}/portability.mk
Includes where this is done:
doc.mk
exam.mk
haskell.mk
noweb.mk
pkg.mk
portability.mk
pub.mk
results.mk
subdir.mk
tex.mk
transform.mk
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We should probably rename
INCLUDE_MAKEFILES
toMAKEFILES_DIR
. However, this requires backwards compatibility:Includes where this is done:
doc.mk
exam.mk
haskell.mk
noweb.mk
pkg.mk
portability.mk
pub.mk
results.mk
subdir.mk
tex.mk
transform.mk
The text was updated successfully, but these errors were encountered: