File: Makefile.am

package info (click to toggle)
gnumeric 1.8.3-5%2Blenny1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 76,344 kB
  • ctags: 20,451
  • sloc: ansic: 222,731; xml: 47,792; sh: 9,456; makefile: 2,590; yacc: 1,163; perl: 975; python: 86
file content (95 lines) | stat: -rw-r--r-- 2,237 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
SUBDIRS = figures
lang = C
locale = C
entities =  \
     about-authors.xml \
     about-history.xml \
     about-license.xml \
     analysis-complexNumbers.xml \
     analysis-goalseek.xml \
     analysis-overview.xml \
     analysis-scenarios.xml \
     analysis-simulation.xml \
     analysis-solver.xml \
     analysis-statistical.xml \
     appendix-glossary.xml \
     appendix-keybindings.xml \
     bugs.xml \
     compiling.xml \
     configuration-localization.xml \
     configuration-overview.xml \
     configuration-plugins.xml \
     configuration-preferences.xml \
     configuration-toolbars.xml \
     data-commentNlink.xml \
     data-delete.xml \
     data-entry-advanced.xml \
     data-entry-external.xml \
     data-entry.xml \
     data-format.xml \
     data-generate.xml \
     data-insert.xml \
     data-modify.xml \
     data-filter.xml \
     data-move-copy.xml \
     data-overview.xml \
     data-selections.xml \
     data-types.xml \
     documenting.xml \
     extending-functions.xml \
     extending-overview.xml \
     extending-plugins.xml \
     extending-python.xml \
     files-formats.xml \
     files-email.xml \
     files-opening.xml \
     files-overview.xml \
     files-saving.xml \
     files-ssconvert.xml \
     files-textopen.xml \
     files-textsave.xml \
     getting-involved.xml \
     graphics-drawings.xml \
     graphics-images.xml \
     graphics-overview.xml \
     graphics-plots.xml \
     graphics-widgets.xml \
     gui-menus.xml \
     gui-mouse.xml \
     gui-other-elements.xml \
     gui-overview.xml \
     gui-toolbars.xml \
     installing.xml \
     legal.xml \
     manual-usage.xml \
     morehelp.xml \
     printing.xml \
     quick-start.xml \
     welcome.xml \
     workbooks.xml \
     worksheets.xml
#	functions.xml	# added in gnumeric-doc.make

figdir = figures

include $(top_srcdir)/doc/gnumeric-doc.make

manpagedir   = $(mandir)/man1
manpage_DATA = gnumeric.1

if ENABLE_SSCONVERT
manpage_DATA += ssconvert.1
endif

if ENABLE_SSINDEX
manpage_DATA += ssindex.1
endif

# from gnumeric-doc.make
dist-hook: validate

EXTRA_DIST += $(manpage_DATA) ssconvert.1 ssindex.1 gnumeric-docbook-2-htmlhelp.xsl

if ENABLE_PDFDOCS
EXTRA_DIST += gnumeric.pdf
endif