aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-12-08 10:42:09 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-12-08 10:42:09 +0100
commitbcca9c762ee1d27d43303a8af0c027eb85ffed4e (patch)
treebd15e96d78f46351d2b8786af68c2ac639e62bd4
parent348adec643820a7b8380dcb66ce6cfc5420469f9 (diff)
downloadvis-bcca9c762ee1d27d43303a8af0c027eb85ffed4e.tar.gz
vis-bcca9c762ee1d27d43303a8af0c027eb85ffed4e.tar.xz
Move manual pages to man/ subfolder
-rw-r--r--Makefile6
-rw-r--r--man/vis-clipboard.1 (renamed from vis-clipboard.1)0
-rw-r--r--man/vis-menu.1 (renamed from vis-menu.1)0
-rw-r--r--man/vis-open.1 (renamed from vis-open.1)0
-rw-r--r--man/vis.1 (renamed from vis.1)0
5 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b7ebd0a..962fb7e 100644
--- a/Makefile
+++ b/Makefile
@@ -82,7 +82,7 @@ dist: clean
man:
@for m in ${MANUALS}; do \
echo "Generating $$m"; \
- sed -e "s/VERSION/${VERSION}/" "$$m" | mandoc -W warning -T utf8 -T xhtml -O man=%N.%S.html -O style=mandoc.css 1> "$$m".html || true; \
+ sed -e "s/VERSION/${VERSION}/" "man/$$m" | mandoc -W warning -T utf8 -T xhtml -O man=%N.%S.html -O style=mandoc.css 1> "man/$$m.html" || true; \
done
luadoc:
@@ -114,7 +114,7 @@ install: vis vis-menu
@echo installing manual pages to ${DESTDIR}${MANPREFIX}/man1
@mkdir -p ${DESTDIR}${MANPREFIX}/man1
@for m in ${MANUALS}; do \
- sed -e "s/VERSION/${VERSION}/" < "$$m" > "${DESTDIR}${MANPREFIX}/man1/$$m" && \
+ sed -e "s/VERSION/${VERSION}/" < "man/$$m" > "${DESTDIR}${MANPREFIX}/man1/$$m" && \
chmod 644 "${DESTDIR}${MANPREFIX}/man1/$$m"; \
done
@@ -129,4 +129,4 @@ uninstall:
@echo removing support files from ${DESTDIR}${SHAREPREFIX}/vis
@rm -rf ${DESTDIR}${SHAREPREFIX}/vis
-.PHONY: all clean dist install uninstall debug profile coverage test test-update luadoc luadoc-all
+.PHONY: all clean dist install uninstall debug profile coverage test test-update luadoc luadoc-all man
diff --git a/vis-clipboard.1 b/man/vis-clipboard.1
index f6638b8..f6638b8 100644
--- a/vis-clipboard.1
+++ b/man/vis-clipboard.1
diff --git a/vis-menu.1 b/man/vis-menu.1
index 509dec9..509dec9 100644
--- a/vis-menu.1
+++ b/man/vis-menu.1
diff --git a/vis-open.1 b/man/vis-open.1
index 299f0d0..299f0d0 100644
--- a/vis-open.1
+++ b/man/vis-open.1
diff --git a/vis.1 b/man/vis.1
index 1b8652c..1b8652c 100644
--- a/vis.1
+++ b/man/vis.1