mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 00:33:28 +00:00
13 lines
375 B
Makefile
13 lines
375 B
Makefile
AUTOMAKE_OPTIONS = foreign
|
|
if ICONS
|
|
ISUBDIRS = icons
|
|
else
|
|
ISUBDIRS =
|
|
endif
|
|
SUBDIRS = src $(ISUBDIRS)
|
|
pkgdatadir=$(datadir)/@DATADIR@
|
|
|
|
dist_noinst_DATA = @MANUAL_FILES@ copyright changelog @UTIL_FILES@
|
|
nobase_dist_pkgdata_DATA = @DATA_FILES@ @FONT_FILES@ @IMAGE_FILES@ @MUSIC_FILES@ @SOUND_FILES@
|
|
dist_man6_MANS = doc/man/wesnoth.6 doc/man/wesnothd.6 doc/man/wesnoth_editor.6
|