File: Makefile.am

package info (click to toggle)
mate-applets 1.26.1-3.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 55,324 kB
  • sloc: ansic: 24,118; makefile: 1,679; xml: 525; sh: 55
file content (18 lines) | stat: -rw-r--r-- 582 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-drivemount
HELP_FILES = index.docbook legal.xml

HELP_MEDIA = figures/drivemount-applet_eject.png \
		figures/drivemount-applet_example.png \
		figures/drivemount-applet_mount.png \
		figures/drivemount-applet_open.png \
		figures/drivemount-applet_status.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