UML class fix bigtime.
[dia.git] / doc / Makefile.am
blob74672bdef41c41440a6b68c1f9535ada961e9e54
2 SUBDIRS = en eu pl
4 EXTRA_DIST = \
5         custom-shapes \
6         diagram.dtd \
7         shape.dtd \
8         sheet.dtd
10 if HAVE_GNOME
11 helpdir = $(datadir)/gnome/help/dia
12 else
13 helpdir = $(pkgdatadir)/help
14 endif
16 # a simple rule to symlink en to C
17 install-data-local:
18         -(cd $(DESTDIR)$(helpdir) && rm -f C && ln -s en C)
19 uninstall-local:
20         rm -f $(DESTDIR)$(helpdir)/C