mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
13 lines
143 B
Makefile
13 lines
143 B
Makefile
AUTOMAKE_OPTIONS= foreign
|
|
|
|
SUBDIRS= include source
|
|
|
|
if BUILD_QFLIGHT
|
|
mans=qflight.1
|
|
else
|
|
mans=
|
|
endif
|
|
|
|
man_MANS= $(mans)
|
|
|
|
EXTRA_DIST= qflight.1
|