Files
cdesktop/cde/doc/Makefile.am
2022-01-26 19:50:16 +08:00

21 lines
237 B
Makefile

MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = en_US.UTF-8
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