File: Makefile.am

package info (click to toggle)
mate-applets 1.26.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 55,284 kB
  • sloc: ansic: 24,118; makefile: 1,679; xml: 525; sh: 55
file content (18 lines) | stat: -rw-r--r-- 554 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@YELP_HELP_RULES@

HELP_ID = mate-battstat
HELP_FILES = index.docbook legal.xml

HELP_MEDIA = figures/battstat-applet-expanded.png \
		figures/battstat-applet.png \
		figures/battstat-credits-hal.png \
		figures/battstat-preferences.png \
		figures/context-menu.png

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

-include $(top_srcdir)/git.mk