Skip to content

Commit

Permalink
Test that the number of pages in typeset documentation is sane
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Jun 22, 2021
1 parent eca967b commit 048b7fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ $(INSTALLABLES) $(MARKDOWN_USER_MANUAL): $(INSTALLER) $(DTXARCHIVE)
# This target typesets the manual.
$(TECHNICAL_DOCUMENTATION): $(DTXARCHIVE) $(INSTALLABLES)
latexmk -interaction=nonstopmode $<
test `tail $(basename $<).log | sed -rn 's/.*\(([0-9]*) pages.*/\1/p'` -gt 150

# These targets typeset the examples.
$(EXAMPLES): $(EXAMPLE_SOURCES) examples/example.tex $(INSTALLABLES)
Expand Down

0 comments on commit 048b7fc

Please sign in to comment.