File: Makefile.am

package info (click to toggle)
geany-plugins 2.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,832 kB
  • sloc: ansic: 107,883; sh: 5,567; makefile: 1,531; sed: 16
file content (14 lines) | stat: -rw-r--r-- 264 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

helpdir = $(docdir)/markdown/html
dist_help_DATA = \
	help.html \
	plugin.png \
	plugin_mgr.png \
	plugin_prefs.png \
	plugin_small.png \
	set_filetype.png \
	settings.png

# To update the HTML help file
help.html: $(top_srcdir)/markdown/README
	rst2html $< > $@