Fix `make distcheck`
This commit is contained in:
parent
0eab08a7cf
commit
9d711f65f7
|
@ -204,11 +204,7 @@ help:
|
||||||
apiref.rst: $(top_builddir)/lib/includes/nghttp2/nghttp2ver.h \
|
apiref.rst: $(top_builddir)/lib/includes/nghttp2/nghttp2ver.h \
|
||||||
$(top_builddir)/lib/includes/nghttp2/nghttp2.h
|
$(top_builddir)/lib/includes/nghttp2/nghttp2.h
|
||||||
$(PYTHON) $(top_srcdir)/doc/mkapiref.py \
|
$(PYTHON) $(top_srcdir)/doc/mkapiref.py \
|
||||||
$@ \
|
$@ macros.rst enums.rst types.rst . $^
|
||||||
$(top_builddir)/doc/macros.rst \
|
|
||||||
$(top_builddir)/doc/enums.rst \
|
|
||||||
$(top_builddir)/doc/types.rst \
|
|
||||||
$(top_builddir)/doc/ $^
|
|
||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
-rm $(APIDOCS)
|
-rm $(APIDOCS)
|
||||||
|
|
Loading…
Reference in New Issue