Skip to content
New issue

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

Rename INCLUDE_MAKEFILES to MAKEFILES_DIR #51

Open
1 of 11 tasks
dbosk opened this issue Dec 16, 2019 · 0 comments
Open
1 of 11 tasks

Rename INCLUDE_MAKEFILES to MAKEFILES_DIR #51

dbosk opened this issue Dec 16, 2019 · 0 comments
Milestone

Comments

@dbosk
Copy link
Owner

dbosk commented Dec 16, 2019

We should probably rename INCLUDE_MAKEFILES to MAKEFILES_DIR. However, this requires backwards compatibility:

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant