Files
cdesktop/cde/doc/Makefile.am
Jon Trulson ca57b78396 doc/help: install all of the graphics and help assets
Also, some Makefile cleanups and a new sdl-data.am include.
2021-11-10 17:11:14 -07:00

21 lines
232 B
Makefile

MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = util C
if GERMAN
SUBDIRS += de_DE.ISO8859-1
endif
if FRENCH
SUBDIRS += fr_FR.ISO8859-1
endif
if SPANISH
SUBDIRS += es_ES.ISO8859-1
endif
if ITALIAN
SUBDIRS += it_IT.ISO8859-1
endif