From: Bert Burgemeister Date: Wed, 8 Aug 2012 08:09:34 +0000 (+0200) Subject: Fix PDF-embedded table of contents X-Git-Tag: 138^0 X-Git-Url: https://repo.or.cz/w/clqr.git/commitdiff_plain/916af31f28e7d1d6a101263dafb6786e97ad3179 Fix PDF-embedded table of contents Thanks to David Catteeuw for the bug report. --- diff --git a/Makefile b/Makefile index 3f8a623..1c93ba3 100644 --- a/Makefile +++ b/Makefile @@ -143,12 +143,12 @@ latest-changes.html: clqr.tex clqr-*.tex gh-publish: $(RM) -r gh-pages mkdir gh-pages - $(MAKE) gh-pages/clqr-a4-booklet-all.pdf \ + $(MAKE) gh-pages/clqr-a4-consec.pdf \ + gh-pages/clqr-letter-consec.pdf \ + gh-pages/clqr-a4-booklet-all.pdf \ gh-pages/clqr-a4-booklet-four.pdf \ - gh-pages/clqr-a4-consec.pdf \ gh-pages/clqr-letter-booklet-all.pdf \ gh-pages/clqr-letter-booklet-four.pdf \ - gh-pages/clqr-letter-consec.pdf \ gh-pages/sample-frontcover.jpg \ gh-pages/sample-firstpage-all.jpg \ gh-pages/sample-firstpage-four.jpg \