Working to regen magic tool docs

This commit is contained in:
Bill Kendrick 2018-08-30 02:11:56 -07:00
parent 0edf9cb4d9
commit 762d02788d
51 changed files with 437 additions and 36 deletions

View file

@ -963,12 +963,12 @@ install-osk:
install-doc:
@echo
@echo "...Installing documentation..."
install -d $(DOC_PREFIX)
cp -R docs/* $(DOC_PREFIX)
# FIXME: Needs improvement, when we add other translations -bjk 2018.08.30
install -d $(DOC_PREFIX)/en/magic-docs
cp -R magic/magic-docs/en/* $(DOC_PREFIX)/en/magic-docs/
chmod -R a=rX,g=rX,u=rwX $(DOC_PREFIX)
@install -d $(DOC_PREFIX)
@cp -R docs/* $(DOC_PREFIX)
@# FIXME: Needs improvement, when we add other translations -bjk 2018.08.30
@install -d $(DOC_PREFIX)/en/magic-docs
@cp -R magic/magic-docs/en/* $(DOC_PREFIX)/en/magic-docs/
@chmod -R a=rX,g=rX,u=rwX $(DOC_PREFIX)
# Install the man page: