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

Fix epub output (I had to steal makefile from admindocs!) #82

Closed
symgryph opened this issue Mar 6, 2022 · 4 comments · Fixed by #204
Closed

Fix epub output (I had to steal makefile from admindocs!) #82

symgryph opened this issue Mar 6, 2022 · 4 comments · Fixed by #204
Milestone

Comments

@symgryph
Copy link

symgryph commented Mar 6, 2022

Which Document page:

UserDoc page

Expected results:

Successful compile of the epub format

Actual results:

System complains of 'mconfig' being missing. Only way to fix was to copy the 'working' makefile from admin docs, and type

make epub
@symgryph
Copy link
Author

symgryph commented Mar 6, 2022

Probably need to add the following to the readme:
git submodule init
git submodule update
make epub

@symgryph
Copy link
Author

symgryph commented Mar 6, 2022

still get 'unknown command mconfig' after this. alas.

@DrDaveD
Copy link
Contributor

DrDaveD commented Mar 7, 2022

Good point, that should be in the README. Would you mind submitting a PR?

From a clean clone if I run those two submodule commands, apptainer_source/mconfig exists and imake epub successfully runs ./mconfig. I'm not sure what's happening in your environment. Perhaps you can provide some more details to reproduce.

@DrDaveD
Copy link
Contributor

DrDaveD commented Mar 7, 2022

Note that the README does say to use SKIPCLI=1 if you don't care about the CLI docs, and that if you don't set that you need the go environment set up. It just doesn't say to do git submodule init.

@DrDaveD DrDaveD added this to the 1.2.0 milestone Jul 6, 2023
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 a pull request may close this issue.

2 participants