X-Git-Url: https://git.distorted.org.uk/~mdw/userv-utils/blobdiff_plain/5e8cb121d0061bf38eb33be82b0b026ddafeda63..28b264ac22b5bb4f39920e6be74d3d59b92c9eac:/ipif/Makefile?ds=sidebyside diff --git a/ipif/Makefile b/ipif/Makefile index 78b4972..fe6ec6e 100644 --- a/ipif/Makefile +++ b/ipif/Makefile @@ -38,6 +38,7 @@ PROGRAMS$(depr)+= udptunnel PROGRAMS+= $(PROGRAM_TARGETS) DIRS+= $(libuserv) $(etcuserv) $(services) +DIRS+= $(docdir)/userv-ipif DIRS$(depr)+= $(bindir) $(varlibvpn) $(shareuserv) SHAREFILES$(depr)+= udptunnel-vpn-config.m4 udptunnel-vpn-defaults @@ -59,6 +60,7 @@ install: all set -e; for f in $(SHAREFILES); do cp $$f $(shareuserv)/.; done install-docs: + sed -n '1,/^$$/p' service.c >$(docdir)/userv-ipif/service.c.txt install-examples: set -e; if [ "x$depr" = x ]; then \