Skip to content

Fix an escaping issue in the Makefile#6

Closed
stevenskevin wants to merge 1 commit intotsgates:masterfrom
stevenskevin:makefile-fix
Closed

Fix an escaping issue in the Makefile#6
stevenskevin wants to merge 1 commit intotsgates:masterfrom
stevenskevin:makefile-fix

Conversation

@stevenskevin
Copy link
Collaborator

@stevenskevin stevenskevin commented Dec 28, 2022

Make was emitting tab characters at the beginnings of "\therev" and "\thedate", and newline characters in "\newcommand", causing builds to fail.

On my machine, the "\\t" in "\\therev" and \\thedate" was causing a tab character to be emitted, which caused the whole build to fail. And the same for "\\n" in "\\newcommand", when running "make draft". Double-escaping all such backslashes fixes it.
@stevenskevin
Copy link
Collaborator Author

Closing in favor of #7, which is a better solution for the same problem.

@stevenskevin stevenskevin deleted the makefile-fix branch December 29, 2022 01:20
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

Successfully merging this pull request may close these issues.

1 participant