Skip to content

Commit b0d2031

Browse files
alfmintkoeppe
authored andcommitted
[README, Makefile, travis] Add additional commands to build the xrefdelta glossary
1 parent 4aa55de commit b0d2031

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ script:
4242
docker exec -it texlive-basic bash -c "cd /$TRAVIS_REPO_SLUG/source && makeindex libraryindex";
4343
docker exec -it texlive-basic bash -c "cd /$TRAVIS_REPO_SLUG/source && makeindex grammarindex";
4444
docker exec -it texlive-basic bash -c "cd /$TRAVIS_REPO_SLUG/source && makeindex impldefindex";
45+
docker exec -it texlive-basic bash -c "cd /$TRAVIS_REPO_SLUG/source && pdflatex std";
4546
docker exec -it texlive-basic bash -c "cd /$TRAVIS_REPO_SLUG/source && makeindex -s basic.gst -o xrefindex.gls xrefindex.glo";
47+
docker exec -it texlive-basic bash -c "cd /$TRAVIS_REPO_SLUG/source && makeindex -s basic.gst -o xrefdelta.gls xrefdelta.glo";
4648
docker exec -it texlive-basic bash -c "cd /$TRAVIS_REPO_SLUG/source && pdflatex std";
4749
docker exec -it texlive-basic bash -c "cd /$TRAVIS_REPO_SLUG/source && pdflatex std";
4850
fi

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ If you can't use latexmk or make for some reason, you can run LaTeX manually ins
7676
#. run ``makeindex libraryindex``
7777
#. run ``makeindex grammarindex``
7878
#. run ``makeindex impldefindex``
79+
#. run ``pdflatex std`` once more.
7980
#. run ``makeindex -s basic.gst -o xrefindex.gls xrefindex.glo``
81+
#. run ``makeindex -s basic.gst -o xrefdelta.gls xrefdelta.glo``
8082
#. run ``pdflatex std`` twice more.
8183

8284
Generated input files

source/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ reindex:
4242
makeindex libraryindex
4343
makeindex grammarindex
4444
makeindex impldefindex
45+
$(STDPDF)
4546
makeindex -s basic.gst -o xrefindex.gls xrefindex.glo
4647
makeindex -s basic.gst -o xrefdelta.gls xrefdelta.glo
4748
$(STDPDF)

0 commit comments

Comments
 (0)