File: Makefile.am

package info (click to toggle)
mate-applets 1.24.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 53,308 kB
  • sloc: ansic: 21,690; makefile: 1,521; xml: 434; sh: 56
file content (18 lines) | stat: -rw-r--r-- 581 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-stickynotes-applet
HELP_FILES = index.docbook legal.xml

HELP_MEDIA = figures/stickynote-right-menu-lock.png \
		figures/stickynote-right-menu-new.png \
		figures/stickynotes_applet.png \
		figures/stickynotes-note-prefs.png \
		figures/stickynotes-prefs.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