Skip to content

Conversation

@electrodude
Copy link

The first commit fixes the conflict over pandoc.yml that would occur when attempting a parallel build. The second corrects some explicit recursive invocations of make with the correct $(MAKE), as explained in the manual.

@drwonky's #72 has a comment about how parallel build didn't work; this should fix that, at which point the SPEC file can be updated to use parallel build.

@electrodude electrodude marked this pull request as draft June 15, 2023 04:46
@electrodude
Copy link
Author

Not quite finished yet; it sometimes fails while compiling PropLoader.

Every documentation file expected to be able to rewrite pandoc.yml,
causing conflicts when make tried building different doc files at the
same time.  Now each file's .yml file gets a unique name.
Not only is this a waste, but if the second build of a file was written
while the first was still being read, it would cause the build to fail.
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