From: Mark Wooding Date: Sun, 24 Apr 2016 22:30:30 +0000 (+0100) Subject: tripe-service.7: Move manual page to server/. X-Git-Tag: 1.0.0pre18~4 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/commitdiff_plain/97f898fb8b34046a10a55f66d41f4d898fa769d9?ds=inline tripe-service.7: Move manual page to server/. The stuff in svc/ isn't always built, but the manpage should always exist because it describes general conventions. --- diff --git a/server/Makefile.am b/server/Makefile.am index 3ca82d5f..54988068 100644 --- a/server/Makefile.am +++ b/server/Makefile.am @@ -67,4 +67,9 @@ man_MANS += tripe-admin.5tripe CLEANFILES += tripe-admin.5tripe EXTRA_DIST += tripe-admin.5.in +## Services manual page. +man_MANS += tripe-service.7tripe +CLEANFILES += tripe-service.7tripe +EXTRA_DIST += tripe-service.7.in + ###----- That's all, folks -------------------------------------------------- diff --git a/svc/tripe-service.7.in b/server/tripe-service.7.in similarity index 100% rename from svc/tripe-service.7.in rename to server/tripe-service.7.in diff --git a/svc/Makefile.am b/svc/Makefile.am index d60c49b1..c9f98fe7 100644 --- a/svc/Makefile.am +++ b/svc/Makefile.am @@ -33,11 +33,6 @@ man_MANS = ###-------------------------------------------------------------------------- ### Services. -## Services manual page. -man_MANS += tripe-service.7tripe -CLEANFILES += tripe-service.7tripe -EXTRA_DIST += tripe-service.7.in - ## Handle dynamic connections. services_SCRIPTS += connect CLEANFILES += connect