Skip to content

Commit

Permalink
Merge pull request #488 from Flupp/doc-info-menu-fix
Browse files Browse the repository at this point in the history
doc/ProofGeneral.texi: fix makeinfo
  • Loading branch information
erikmd authored May 6, 2020
2 parents 24e1c5a + c3304c4 commit ea62543
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:

- run: emacs --version
- run: make
- name: Install makeinfo
run: sudo apt-get update -y -q && sudo DEBIAN_FRONTEND=noninteractive apt-get install -y -q --no-install-recommends texinfo
- run: make doc.info

test:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions doc/ProofGeneral.texi
Original file line number Diff line number Diff line change
Expand Up @@ -4294,6 +4294,7 @@ assistant. It supports most of the generic features of Proof General.
@menu
* Coq-specific commands::
* Using the Coq project file::
* Proof using annotations::
* Multiple File Support::
* Editing multiple proofs::
* User-loaded tactics::
Expand Down

0 comments on commit ea62543

Please sign in to comment.