blob: 20e81c79d54141f05d6212c01949b3b369304c04 (
plain)
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
|
@YELP_HELP_RULES@
HELP_ID = mate-calc
HELP_FILES = absolute.page \
base.page \
boolean.page \
complex.page \
conv-base.page \
conv-character.page \
conv-currency.page \
conv-length.page \
conv-time.page \
conv-weight.page \
equation.page \
factorial.page \
factorize.page \
financial.page \
functions.page \
index.page \
keyboard.page \
legal.xml \
logarithm.page \
modulus.page \
mouse.page \
number-display.page \
percentage.page \
power.page \
scientific.page \
superscript.page \
trigonometry.page \
variables.page
# Add linguas to be ignored, e.g. IGNORE_HELP_LINGUAS = ca de es fr
IGNORE_HELP_LINGUAS =
HELP_LINGUAS = $(if $(IGNORE_HELP_LINGUAS), \
$(filter-out $(IGNORE_HELP_LINGUAS),$(subst /,,$(dir $(wildcard */*.po)))), \
$(subst /,,$(dir $(wildcard */*.po))) )
DISTCLEANFILES = \
Makefile.in
-include $(top_srcdir)/git.mk
|