File: makefile.am

package info (click to toggle)
robodoc 3.2.2-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 636 kB
  • ctags: 474
  • sloc: ansic: 2,939; sh: 441; makefile: 226; cpp: 4
file content (27 lines) | stat: -rw-r--r-- 520 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
## Process this file with automake to produce Makefile.in

man_MANS = robodoc.1
MAINTAINERCLEANFILES = robodoc.html stoc.html stoc.m4

#
# End of automake
#

#
# Create the documentation in HTML format
#

M4=/usr/bin/m4

myclean:
	rm -f *~ stoc.html stoc.m4 robodoc.html
	rm -f makefile.in makefile

robodoc.html: robodoc.m4 stoc.html
	$(M4) -P -DVERSION=$(VERSION) $< > $@  
stoc.html: stoc.m4 tocgen.m4
	$(M4) -P $< > $@
stoc.m4: robodoc.m4
	echo  "m4_include(tocgen.m4)m4_dnl" > $@
	egrep "(www).*(ection)" $< >> $@