Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/pr/34'
Browse files Browse the repository at this point in the history
  • Loading branch information
kxepal committed Sep 15, 2015
2 parents a3101e9 + e31ad61 commit 57a65ef
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@ PAPERSIZE := -D latex_paper_size=a4
SPHINXFLAGS := -a -W -n -A local=1 $(PAPERSIZE) -d $(BUILDDIR)/doctree
SPHINXOPTS := $(SPHINXFLAGS) $(SOURCE)

ENSURECMD=\
if [[ $(shell which $(1) > /dev/null 2>&1; echo $$?) -eq 1 ]]; then \
echo "*** Make sure that $(1) is installed and on your path" && exit 1; \
fi

ENSURECMD=which $(1) > /dev/null 2>&1 || (echo "*** Make sure that $(1) is installed and on your path" && exit 1)

all: html pdf info man

Expand Down

0 comments on commit 57a65ef

Please sign in to comment.