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

mdBook Assets - Generated Makefile Approach #3847

Closed
wants to merge 8 commits into from

Conversation

BilalM04
Copy link
Collaborator

@BilalM04 BilalM04 commented Jul 10, 2024

Prototype from the discussion in #3835 (comment).

Leverages features proposed by #3841. Each example generates a makefile with the following targets:

  • build: builds the mdBook project via mdbook build
  • server: launches the server of the mdBook project via mdbook serve --open
  • assets: dependency to both build and server. Copies over the assets into the src directory.

The main Makefile uses the generated makefiles to build and launch the server of the Drasil examples.

@BilalM04 BilalM04 changed the title Md book assets - Generated Makefile approach mdBook Assets - Generated Makefile Approach Jul 10, 2024
@BilalM04
Copy link
Collaborator Author

Closing in favor of #3848.

@BilalM04 BilalM04 closed this Jul 15, 2024
@balacij
Copy link
Collaborator

balacij commented Jul 15, 2024

Do you still need the branch @BilalM04 ?

@BilalM04
Copy link
Collaborator Author

@balacij I got cut short on time today, I’ll be doing a cleanup of the mdBook stuff tomorrow morning.

@BilalM04 BilalM04 deleted the mdBookMakefile branch July 16, 2024 15:06
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.

2 participants