]> git.meshlink.io Git - meshlink/blob - doc/Makefile.am
Avoid allocating packet buffers unnecessarily.
[meshlink] / doc / Makefile.am
1 ## Process this file with automake to get Makefile.in
2
3 info_TEXINFOS = meshlink.texi
4
5 man_MANS =
6
7 EXTRA_DIST = include.texi.in
8
9 CLEANFILES = *.html include.texi
10
11 # Use `ginstall' in the definition of man_MANS to avoid
12 # confusion with the `install' target.  The install rule transforms `ginstall'
13 # to install before applying any user-specified name transformations.
14 transform = s/ginstall/install/; @program_transform_name@
15
16 # For additional rules usually of interest only to the maintainer,
17 # see GNUmakefile and Makefile.maint.
18
19 substitute = sed \
20         -e s,'@PACKAGE\@',"$(PACKAGE)",g \
21         -e s,'@VERSION\@',"$(VERSION)",g \
22         -e s,'@sysconfdir\@',"$(sysconfdir)",g \
23         -e s,'@localstatedir\@',"$(localstatedir)",g
24
25 include.texi: include.texi.in
26         $(substitute) $? > $@
27         
28 meshlink.texi: include.texi