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

Add make html which builds manuals but w/o PDF #3609

Closed
fingolfin opened this issue Aug 20, 2019 · 0 comments · Fixed by #3620
Closed

Add make html which builds manuals but w/o PDF #3609

fingolfin opened this issue Aug 20, 2019 · 0 comments · Fixed by #3620
Labels
gapsingular2019 Issues and PRs that arose at https://opendreamkit.org/meetings/2019-04-02-GAPSingularMeeting good first issue Issues that can be understood and addressed by newcomers to GAP development kind: enhancement Label for issues suggesting enhancements; and for pull requests implementing enhancements topic: build system topic: documentation Issues and PRs related to documentation

Comments

@fingolfin
Copy link
Member

GAPDoc 1.6.3 added a "nopdf" option to MakeGAPDocDoc, which allows building only the HTML and text version of a manual, without the PDF. Since compiling the PDFs tends to be by far the slowest part, it would be very desirable to have a way to build the GAP manuals without the PDFs. E.g. when editing the manuals, it's usually necessary to rebuild them several times, which easily takes several minutes for each run.

My suggestion would be to add a new target to the Makefile.rules which does that. It could be make html or make doc-html or whatever.

@fingolfin fingolfin added kind: enhancement Label for issues suggesting enhancements; and for pull requests implementing enhancements good first issue Issues that can be understood and addressed by newcomers to GAP development topic: documentation Issues and PRs related to documentation topic: build system gapsingular2019 Issues and PRs that arose at https://opendreamkit.org/meetings/2019-04-02-GAPSingularMeeting labels Aug 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gapsingular2019 Issues and PRs that arose at https://opendreamkit.org/meetings/2019-04-02-GAPSingularMeeting good first issue Issues that can be understood and addressed by newcomers to GAP development kind: enhancement Label for issues suggesting enhancements; and for pull requests implementing enhancements topic: build system topic: documentation Issues and PRs related to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant