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