Skip to content

Commit

Permalink
make infodir before install, it might not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
forthy42 committed Dec 7, 2017
1 parent 64b4a94 commit b83f394
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -821,6 +821,7 @@ install-man:
-$(INSTALL_DATA) $(srcdir)/doc/gforth.1 $(man1dir)

install-info: doc
$(MKDIR) -p $(infodir)
$(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/gforth.info
$(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/vmgen.info

Expand Down

0 comments on commit b83f394

Please sign in to comment.