Skip to content

Commit 91aef5c

Browse files
committed
[fix] makefile 2nd try
1 parent 3fe69e6 commit 91aef5c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ else
2929
OPRFINCDIR=/usr/include/oprf
3030
endif
3131

32-
ifeq (, $(shell which pandoc))
33-
echo "No pandoc in PATH, not building man pages"
34-
else
32+
ifneq (, $(shell which pandoc))
3533
MANPAGES=man
3634
MANPAGES-clean=man-clean
3735
MANPAGES-install=man-install

0 commit comments

Comments
 (0)