File: Makefile.am

package info (click to toggle)
ygraph 0.15-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,112 kB
  • ctags: 1,636
  • sloc: ansic: 13,630; sh: 4,534; makefile: 587; yacc: 288; sed: 16
file content (22 lines) | stat: -rw-r--r-- 409 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## Process this file with automake to produce Makefile.in

pkghtmldir = $(DESTDIR)$(datadir)/doc/$(PACKAGE)/html
htmldir = $(pkghtmldir)
sgmldir = $(pkghtmldir)

man_MANS = ygraph.1
sgml_DATA = ygraph.sgml
html_DATA = index.html

EXTRA_DIST =  $(sgml_DATA)

ygraph.1: ygraph.sgml
	docbook2man $<

index.html: ygraph.sgml
	docbook2html $<

clean-local:
	rm -f manpage.*; \
	rm -f index.html; \
	rm -f ygraph.1