Files
cdesktop/cde/doc/Makefile.am
Jon Trulson 02b4302a73 Apply various patches from Giacomo Comes <comes@naic.edu>
This makes certain changes if you are bold enough to use a different
installation prefix than /usr/dt:

- fix MANDIR output from dtsearchpath
- missing dtopn_* links
- /usr/dt/bin is always needed
- fix DTKORNSHELL output for dtlp
2023-02-04 13:03:49 -07:00

28 lines
391 B
Makefile

MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = en_US.UTF-8
if GERMAN
SUBDIRS += de_DE.UTF-8
endif
if FRENCH
SUBDIRS += fr_FR.UTF-8
endif
if SPANISH
SUBDIRS += es_ES.UTF-8
endif
if ITALIAN
SUBDIRS += it_IT.UTF-8
endif
if JAPANESE
SUBDIRS += ja_JP.UTF-8
endif
install-data-hook:
$(RM) $(DESTDIR)$(CDE_INSTALLATION_TOP)/man
cd $(DESTDIR)$(CDE_INSTALLATION_TOP)/ && $(LN_S) $(mandir) man