Skip to content

Commit

Permalink
fix(build): build man page when cross compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
westes committed Apr 7, 2023
1 parent 4a4bac0 commit d30bdf4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
if CROSS
FLEX = $(top_builddir)/src/stage1flex
else
FLEX = $(top_builddir)/src/flex$(EXEEXT)
endif
TEXI2DVI = @TEXI2DVI@ -I $(srcdir)/../examples/manual/
TEXI2PDF = @TEXI2PDF@ -I $(srcdir)/../examples/manual/

Expand Down

0 comments on commit d30bdf4

Please sign in to comment.