mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 13:11:20 +00:00
10 lines
106 B
Makefile
10 lines
106 B
Makefile
AUTOMAKE_OPTIONS= foreign
|
|
|
|
if BUILD_QFCC
|
|
mans=qfcc.1
|
|
else
|
|
mans=
|
|
endif
|
|
|
|
man_MANS=$(mans)
|
|
EXTRA_DIST=qfcc.1
|