File: Makefile.am

package info (click to toggle)
pythonprop 0.30.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,572 kB
  • sloc: python: 5,983; sh: 591; makefile: 131; xml: 69
file content (28 lines) | stat: -rw-r--r-- 504 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
22
23
24
25
26
27
28
@YELP_HELP_RULES@

HELP_ID = voacapgui
HELP_FILES = index.docbook \
	legal.xml

HELP_MEDIA = figures/antenna_chooser.png \
	figures/main_window.png \
	figures/site_chooser.png \
	figures/area_plot_configure.png \
	figures/p2p_plot_configure.png \
	figures/ssn_tab.png \
	figures/area_tab.png \
	figures/p2p_tab.png \
	figures/system_tab.png

HELP_LINGUAS = 

MANPDF = $(HELP_ID).pdf

dist_doc_DATA = $(MANPDF)

if HAVE_DBLATEX
	
$(MANPDF): C/index.docbook
	$(DBLATEX) C/index.docbook -o $(MANPDF)

endif