added new stylesheet to generated HTML file with list of components
[dia.git] / doc / Makefile.am
blobd68edfcab0a9b395b3dfd158d89e307620a63670
2 SUBDIRS = en 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