Skip to content

Commit

Permalink
Makefile.amの更新忘れを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailJP committed Nov 15, 2020
1 parent b01b2ec commit c0a700f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ SUFFIXES = .md .html
cd $(@D)&&make $(@F)
doc/rulesyms.md:
cd $(@D)&&make $(@F)
doc/pygments.css:
cd $(@D)&&make $(@F)

aidir = $(pkgdatadir)/ai
dist_ai_DATA = data/ai/default.lua
Expand Down

0 comments on commit c0a700f

Please sign in to comment.