Skip to content

Commit

Permalink
Disable generating man pages
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoleepp committed Sep 4, 2018
1 parent 2307082 commit d7cd69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ else
LDFLAGS="-L$prefix/lib -Wl,-rpath-link,$prefix/lib"
fi
make -j${nproc} LDFLAGS="$LDFLAGS"
make install
make install-exec
"""

Expand Down

0 comments on commit d7cd69d

Please sign in to comment.