Fix some distcheck issues

Just keeping up with myself.
This commit is contained in:
Bill Currie 2022-03-01 10:12:50 +09:00
parent 457c73967b
commit fb83d87a0e
4 changed files with 7 additions and 2 deletions

View file

@ -82,6 +82,7 @@ EXTRA_DIST += \
include/vregset.h \
include/winquake.h \
include/world.h \
include/client/chase.h \
include/client/effects.h \
include/client/entities.h \
include/client/hud.h \

View file

@ -43,6 +43,12 @@ BUILT_SOURCES += \
$(pr_convert_cinc) \
$(pr_hops_cinc)
CLEANFILES += \
$(pr_opcode_cinc) \
$(pr_opcode_hinc) \
$(pr_hops_cinc) \
$(pr_convert_cinc)
$(pr_opcode_cinc): $(opcodes_py)
$(V_PY)$(PYTHON) $(opcodes_py) table > $(pr_opcode_cinc).t && \
$(am__mv) $(pr_opcode_cinc).t $(pr_opcode_cinc)

View file

@ -1,6 +1,5 @@
## Process this file with automake to produce Makefile.in
EXTRA_DIST += \
nq/include/chase.h \
nq/include/cl_skin.h \
nq/include/client.h \
nq/include/game.h \

View file

@ -1,5 +1,4 @@
EXTRA_DIST += \
qw/include/chase.h \
qw/include/cl_cam.h \
qw/include/cl_chat.h \
qw/include/cl_demo.h \