mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-12 23:54:33 +00:00
686c0b5178
Added EXTRA_DIST.
8 lines
338 B
Makefile
8 lines
338 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
SUBDIRS = include source doc
|
|
|
|
EXTRA_DIST = README.WIN newtree.dsw \
|
|
RPM/build_rpm.in RPM/quakeforge.spec.in \
|
|
tools/gas2masm/Makefile tools/gas2masm/gas2masm.c \
|
|
tools/gas2masm/gas2masm.dsp tools/gas2masm/gas2masm.dsw \
|
|
tools/gas2masm/gas2masm.mak tools/gas2masm/gas2masm.mdp
|