Skip to content

Commit

Permalink
Merge pull request tompollard#98 from clbarnes/help-fix
Browse files Browse the repository at this point in the history
Fix "help" make recipe
  • Loading branch information
tompollard authored Dec 16, 2020
2 parents dd7797c + a459254 commit 9941d24
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ before_install:

# Attempt to create a PDF
script:
- make help
- make pdf
- cat pandoc.log
- make html
26 changes: 13 additions & 13 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ SCRATCHDIR=$(BASEDIR)/scratch
BIBFILE=$(INPUTDIR)/references.bib

help:
@echo ' '
@echo 'Makefile for the Markdown thesis '
@echo ' '
@echo 'Usage: '
@echo ' make install install pandoc plugins
@echo ' make html generate a web version
@echo ' make pdf generate a PDF file '
@echo ' make docx generate a Docx file '
@echo ' make tex generate a Latex file '
@echo ' '
@echo ' '
@echo 'get local templates with: pandoc -D latex/html/etc '
@echo 'or generic ones from: https://github.com/jgm/pandoc-templates '
@echo ''
@echo 'Makefile for the Markdown thesis'
@echo ''
@echo 'Usage:'
@echo ' make install install pandoc plugins'
@echo ' make html generate a web version'
@echo ' make pdf generate a PDF file'
@echo ' make docx generate a Docx file'
@echo ' make tex generate a Latex file'
@echo ''
@echo ''
@echo 'get local templates with: pandoc -D latex/html/etc'
@echo 'or generic ones from: https://github.com/jgm/pandoc-templates'

install:
sh $(BASEDIR)/install.sh
Expand Down

0 comments on commit 9941d24

Please sign in to comment.