View | Details | Raw Unified | Return to bug 157798
Collapse All | Expand All

(-)dia-0.96.1/doc/Makefile.am (-4 / +4 lines)
Lines 7-17 EXTRA_DIST = \ Link Here
7
	shape.dtd \
7
	shape.dtd \
8
	sheet.dtd
8
	sheet.dtd
9
9
10
if HAVE_GNOME
10
#if HAVE_GNOME
11
helpdir = $(datadir)/gnome/help/dia
11
helpdir = $(datadir)/gnome/help/dia
12
else
12
#else
13
helpdir = $(pkgdatadir)/help
13
#helpdir = $(pkgdatadir)/help
14
endif
14
#endif
15
15
16
# a simple rule to symlink en to C
16
# a simple rule to symlink en to C
17
install-data-local:
17
install-data-local:
(-)dia-0.96.1/xmldocs.make (-4 / +4 lines)
Lines 36-46 Link Here
36
# **********  Begin of section some packagers may need to modify  **********
36
# **********  Begin of section some packagers may need to modify  **********
37
# This variable (docdir) specifies where the documents should be installed.
37
# This variable (docdir) specifies where the documents should be installed.
38
# This default value should work for most packages.
38
# This default value should work for most packages.
39
if HAVE_GNOME
39
#if HAVE_GNOME
40
docdir = $(datadir)/gnome/help/$(docname)/$(lang)
40
docdir = $(datadir)/gnome/help/$(docname)/$(lang)
41
else
41
#else
42
docdir = $(datadir)/help/$(docname)/$(lang)
42
#docdir = $(datadir)/help/$(docname)/$(lang)
43
endif
43
#endif
44
44
45
# **********  You should not have to edit below this line  **********
45
# **********  You should not have to edit below this line  **********
46
xml_files = $(entities) $(docname).xml
46
xml_files = $(entities) $(docname).xml

Return to bug 157798