mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
317c02539b
macro
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_MANS= qfvis.1
|