Solaris' ln needs -s -f instead of -sf.
[kdbg.git] / kdbg / doc / ru / Makefile.am
blob72dad909c8f6f2ccd093e62ad2b6f6b415a2fd73
2 # add here all files
3 data_DATA = \
4         argspwdenv.html \
5         breakptlist.html \
6         globaloptions.html \
7         howdoi.html \
8         localvars.html \
9         memory.html \
10         pgmoutput.html \
11         pgmsettings.html \
12         registers.html \
13         sourcecode.html \
14         stack.html \
15         threads.html \
16         tips.html \
17         watches.html \
18         index.html
20 # this is the directory, where all datas are installed
21 # you have given the datas in data_DATA
22 datadir = $(kde_htmldir)/ru/kdbg
24 EXTRA_DIST = $(data_DATA)
26 install-data-local:
27         cd $(DESTDIR)$(datadir) && ln -s -f ../../en/kdbg/types.html .
29 uninstall-local:
30         -rm -f $(DESTDIR)$(datadir)/types.html