Added SILC Thread Queue API
[silc.git] / util / robodoc / Docs / makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 man_MANS = robodoc.1
4 MAINTAINERCLEANFILES = robodoc.html stoc.html stoc.m4
5
6 docdir = $(prefix)/doc/$(PACKAGE)-$(VERSION)
7 doc_DATA = main.css robodoc.html
8
9 #
10 # End of automake
11 #
12
13 #
14 # Create the documentation in HTML format
15 #
16
17 M4=/usr/bin/m4
18
19 myclean:
20         rm -f *~ stoc.html stoc.m4 robodoc.html
21         rm -f makefile.in makefile
22
23 robodoc.html: robodoc.m4 stoc.html
24         $(M4) -P -DVERSION=$(VERSION) $< > $@  
25 stoc.html: stoc.m4 tocgen.m4
26         $(M4) -P $< > $@
27 stoc.m4: robodoc.m4
28         echo  "m4_include(tocgen.m4)m4_dnl" > $@
29         egrep "(www).*(ection)" $< >> $@
30