Closed eeide closed 10 years ago
`svnversion' output can contain colons. If this happens, then the following Makefile line is misparsed by GNU Make:
$(DRAFTS): %-$(REVISION).pdf: %.pdf
The error is: "Makefile.include:136: *\ target pattern contains no `%'. Stop."
Avoid this error by replacing colons in the output of `svnversion' with dashes.
You're absolutely right. I haven't used Subversion for a paper in a while so this went unnoticed. Thanks for the patch!
`svnversion' output can contain colons. If this happens, then the following Makefile line is misparsed by GNU Make:
$(DRAFTS): %-$(REVISION).pdf: %.pdf
The error is: "Makefile.include:136: *\ target pattern contains no `%'. Stop."
Avoid this error by replacing colons in the output of `svnversion' with dashes.