File: Makefile.am

package info (click to toggle)
gnome-mastermind 0.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,980 kB
  • sloc: ansic: 1,665; xml: 462; makefile: 120; sh: 41; sed: 16
file content (21 lines) | stat: -rw-r--r-- 658 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
# First off
#
# # The basename of the docbook file.  Generally, you want it to be the same 
# # as your app name 
HELP_ID = gnome-mastermind
# #Any entities you use (?)
HELP_FILES = gnome-mastermind.xml legal.xml index.docbook
# # If your file is split into different files, list all the files that
# # are included here.  Paths are relative to the C/ subdir
#
# # List of figures to include.  Paths are relative to the C/ subdir
HELP_MEDIA = \
              figures/mainwindow.png \
	      figures/row1.png \
	      figures/row2.png \
	      figures/row3.png \
	      figures/row4.png \
	      figures/row5.png

HELP_LINGUAS = de fr it id
@YELP_HELP_RULES@