lintian was not happy
[vde.git] / vde-2 / doc / Makefile.am
blob5b3e97aed109c57414bbb245a79650abe210ef70
1 static_mans = dpipe.1 slirpvde.1 unixterm.1 vde_plug.1 vdeq.1 vde_switch.1 wirefilter.1 vde_cryptcab.1 vde_plug2tap.1 vde_over_ns.1 vde_l3.1 vde_tunctl.8 vde_autolink.1 unixcmd.1
2 man_MANS = $(static_mans) vdetaplib.1
4 vdecmddir = $(sysconfdir)/vde2/
5 dist_vdecmd_DATA = vdecmd
6 libvdemgmtdir = $(sysconfdir)/vde2/libvdemgmt/
7 dist_libvdemgmt_DATA = libvdemgmt/asyncrecv.rc libvdemgmt/closemachine.rc \
8                        libvdemgmt/openmachine.rc libvdemgmt/sendcmd.rc
11 EXTRA_DIST = $(static_mans) vdetaplib.1.in freebsd_tap vde_autolink-howto
14 vdetaplib.1: vdetaplib.1.in
15         sed 's/%LIBEXECDIR%/$(subst /,\/,$(libexecdir))/g' vdetaplib.1.in > vdetaplib.1
17 install-data-hook:
18         rm -f $(DESTDIR)$(mandir)/man1/vdeqemu.1
19         rm -f $(DESTDIR)$(mandir)/man1/vdekvm.1
20         rm -f $(DESTDIR)$(mandir)/man1/vdecmd.1
21         (cd $(DESTDIR)$(mandir)/man1 && $(LN_S) vdeq.1 vdeqemu.1)
22         (cd $(DESTDIR)$(mandir)/man1 && $(LN_S) vdeq.1 vdekvm.1)
23         (cd $(DESTDIR)$(mandir)/man1 && $(LN_S) unixcmd.1 vdecmd.1)
25 uninstall-local:
26         rm -f $(DESTDIR)$(mandir)/man1/vdeqemu.1
27         rm -f $(DESTDIR)$(mandir)/man1/vdekvm.1
28         rm -f $(DESTDIR)$(mandir)/man1/vdecmd.1
30 clean:
31         rm -f vdetaplib.1