[Makefile] Add README.md to doc target dependencies.
This commit is contained in:
parent
ebfd9afe09
commit
2de1d642ec
2
Makefile
2
Makefile
|
@ -43,7 +43,7 @@ osx.o: osx.c xconf.h luacompat.h osx.h osx_dir.h
|
||||||
$(lib): $(o) $(_o)
|
$(lib): $(o) $(_o)
|
||||||
$(LD) $(LIBFLAG) -o $@ $(_ldflags) $(LDFLAGS) $(o) $(_o)
|
$(LD) $(LIBFLAG) -o $@ $(_ldflags) $(LDFLAGS) $(o) $(_o)
|
||||||
|
|
||||||
doc/index.html: config.ld osx.c
|
doc/index.html: README.md config.ld osx.c
|
||||||
$(LDOC) .
|
$(LDOC) .
|
||||||
|
|
||||||
doc: doc/index.html
|
doc: doc/index.html
|
||||||
|
|
Loading…
Reference in New Issue