From fc028cf70256f1e949240fb3c72ea2e1e9ed5a5c Mon Sep 17 00:00:00 2001 From: Phil Shafer <phil@juise.org> Date: Sat, 22 Aug 2015 03:33:36 -0400 Subject: [PATCH 1/9] use ../libxo/ for add.man to mimic others --- libxo/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libxo/Makefile.am b/libxo/Makefile.am index 1d1b169f..463b19e3 100644 --- a/libxo/Makefile.am +++ b/libxo/Makefile.am @@ -78,4 +78,4 @@ call-graph: install-data-hook: for file in ${man_MANS}; do \ - cat add.man >> ${DESTDIR}${man3dir}/$$file ; done + cat ../libxo/add.man >> ${DESTDIR}${man3dir}/$$file ; done From e6ed6306c0ff00944aac123fbc6aad87002e76a9 Mon Sep 17 00:00:00 2001 From: Phil Shafer <phil@juise.org> Date: Sat, 22 Aug 2015 03:33:48 -0400 Subject: [PATCH 2/9] add install-data-hook for add.man --- xo/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xo/Makefile.am b/xo/Makefile.am index 89be6d4a..ca01de33 100644 --- a/xo/Makefile.am +++ b/xo/Makefile.am @@ -37,3 +37,7 @@ endif man_MANS = xo.1 EXTRA_DIST = xo.1 + +install-data-hook: + for file in ${man_MANS}; do \ + cat ../libxo/add.man >> ${DESTDIR}${man1dir}/$$file ; done From 224eee69e9e65c75ce91eda06e2b9fc6ce5f0348 Mon Sep 17 00:00:00 2001 From: Phil Shafer <phil@juise.org> Date: Sat, 22 Aug 2015 03:33:57 -0400 Subject: [PATCH 3/9] nuke add.man content --- xo/xo.1 | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/xo/xo.1 b/xo/xo.1 index 9dcae85f..54a97e79 100644 --- a/xo/xo.1 +++ b/xo/xo.1 @@ -168,31 +168,6 @@ prepend data to the XPath values used for HTML output style. <product>stereo</product> <status>in route</status> .Ed -.Sh ADDITIONAL DOCUMENTATION -Complete documentation can be found on github: -.Bd -literal -offset indent -http://juniper.github.io/libxo/libxo-manual.html -.Ed -.Pp -.Nm libxo -lives on github as: -.Bd -literal -offset indent -https://github.com/Juniper/libxo -.Ed -.Pp -The latest release of -.Nm libxo -is available at: -.Bd -literal -offset indent -https://github.com/Juniper/libxo/releases -.Ed .Sh SEE ALSO .Xr libxo 3 , .Xr xo_emit 3 -.Sh HISTORY -The -.Nm libxo -library was added in -.Fx 11.0 . -.Sh AUTHOR -Phil Shafer From 6515d98b0c66d2cf7d67db6a2b397089febac7aa Mon Sep 17 00:00:00 2001 From: Phil Shafer <phil@juise.org> Date: Sat, 22 Aug 2015 03:34:17 -0400 Subject: [PATCH 4/9] add install-data-hook for add.man --- xohtml/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xohtml/Makefile.am b/xohtml/Makefile.am index 49dffedd..cd4cac2b 100644 --- a/xohtml/Makefile.am +++ b/xohtml/Makefile.am @@ -36,3 +36,7 @@ uninstall-hook: rm ${DESTDIR}${XO_SHAREDIR}/$$file ; done rmdir ${DESTDIR}${XO_SHAREDIR}/external rm -f ${DESTDIR}${bindir}/xohtml + +install-data-hook: + for file in ${man_MANS}; do \ + cat ../libxo/add.man >> ${DESTDIR}${man1dir}/$$file ; done From 744271f4cccad00455f398d69fff96677aeb5dce Mon Sep 17 00:00:00 2001 From: Phil Shafer <phil@juise.org> Date: Sat, 22 Aug 2015 03:34:31 -0400 Subject: [PATCH 5/9] nuke add.man content --- xohtml/xohtml.1 | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/xohtml/xohtml.1 b/xohtml/xohtml.1 index d520cb31..723225bb 100644 --- a/xohtml/xohtml.1 +++ b/xohtml/xohtml.1 @@ -94,32 +94,6 @@ the output to /tmp/src.html: xohtml -c "du --libxo=html,warn ~/src" -f /tmp/src.html .Ed .Pp -.Sh ADDITIONAL DOCUMENTATION -Complete documentation can be found on github: -.Bd -literal -offset indent -http://juniper.github.io/libxo/libxo-manual.html -.Ed -.Pp -.Nm libxo -lives on github as: -.Bd -literal -offset indent -https://github.com/Juniper/libxo -.Ed -.Pp -The latest release of -.Nm libxo -is available at: -.Bd -literal -offset indent -https://github.com/Juniper/libxo/releases -.Ed .Sh SEE ALSO .Xr libxo 3 , .Xr xo_emit 3 -.Sh HISTORY -The -.Nm libxo -library was added in -.Fx 11.0 . -.Sh AUTHOR -Phil Shafer - From 080ef0323b691ba1ef7864312c5f1da00aa70a10 Mon Sep 17 00:00:00 2001 From: Phil Shafer <phil@juise.org> Date: Sat, 22 Aug 2015 03:34:45 -0400 Subject: [PATCH 6/9] add install-data-hook for add.man --- xolint/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xolint/Makefile.am b/xolint/Makefile.am index ec5c36d8..10e9759f 100644 --- a/xolint/Makefile.am +++ b/xolint/Makefile.am @@ -15,3 +15,7 @@ install-exec-hook: uninstall-hook: rm -f ${DESTDIR}${bindir}/xolint + +install-data-hook: + for file in ${man_MANS}; do \ + cat ../libxo/add.man >> ${DESTDIR}${man1dir}/$$file ; done From 3ec7b41181b5505b5e67ff46ddaba8bac0830e21 Mon Sep 17 00:00:00 2001 From: Phil Shafer <phil@juise.org> Date: Sat, 22 Aug 2015 03:34:50 -0400 Subject: [PATCH 7/9] nuke add.man content --- xolint/xolint.1 | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/xolint/xolint.1 b/xolint/xolint.1 index 16a59fc9..11b59755 100644 --- a/xolint/xolint.1 +++ b/xolint/xolint.1 @@ -74,31 +74,6 @@ line that contains the error: xolint.c: 16: error: anchor format should be "%d" 16 xo_emit("{[:/%s}"); .Ed -.Sh ADDITIONAL DOCUMENTATION -Complete documentation can be found on github: -.Bd -literal -offset indent -http://juniper.github.io/libxo/libxo-manual.html -.Ed -.Pp -.Nm libxo -lives on github as: -.Bd -literal -offset indent -https://github.com/Juniper/libxo -.Ed -.Pp -The latest release of -.Nm libxo -is available at: -.Bd -literal -offset indent -https://github.com/Juniper/libxo/releases -.Ed .Sh SEE ALSO .Xr libxo 3 , .Xr xo_emit 3 -.Sh HISTORY -The -.Nm libxo -library was added in -.Fx 11.0 . -.Sh AUTHOR -Phil Shafer From 492e2b0ca5e1b5ed2e62637913b06ac49eb8078b Mon Sep 17 00:00:00 2001 From: Phil Shafer <phil@juise.org> Date: Sat, 22 Aug 2015 03:34:52 -0400 Subject: [PATCH 8/9] add install-data-hook for add.man --- xopo/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xopo/Makefile.am b/xopo/Makefile.am index d3e5205a..192d3080 100644 --- a/xopo/Makefile.am +++ b/xopo/Makefile.am @@ -37,3 +37,7 @@ endif man_MANS = xopo.1 EXTRA_DIST = xopo.1 + +install-data-hook: + for file in ${man_MANS}; do \ + cat ../libxo/add.man >> ${DESTDIR}${man1dir}/$$file ; done From 48514dec0f4a1de5ce96468db4344c4330445c61 Mon Sep 17 00:00:00 2001 From: Phil Shafer <phil@juise.org> Date: Sat, 22 Aug 2015 03:34:56 -0400 Subject: [PATCH 9/9] nuke add.man content --- xopo/xopo.1 | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/xopo/xopo.1 b/xopo/xopo.1 index 8e379c97..c1a9ae8c 100644 --- a/xopo/xopo.1 +++ b/xopo/xopo.1 @@ -72,31 +72,6 @@ Display version information .Bd -literal % xopo -f foo.pot -o foo.pot.new .Ed -.Sh ADDITIONAL DOCUMENTATION -Complete documentation can be found on github: -.Bd -literal -offset indent -http://juniper.github.io/libxo/libxo-manual.html -.Ed -.Pp -.Nm libxo -lives on github as: -.Bd -literal -offset indent -https://github.com/Juniper/libxo -.Ed -.Pp -The latest release of -.Nm libxo -is available at: -.Bd -literal -offset indent -https://github.com/Juniper/libxo/releases -.Ed .Sh SEE ALSO .Xr libxo 3 , .Xr xo_format 5 -.Sh HISTORY -The -.Nm libxo -library was added in -.Fx 11.0 . -.Sh AUTHOR -Phil Shafer