|
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 |