man/csto(1): init man page
Heavily modeled after the lua(1) man page.
This commit is contained in:
parent
60c4b03493
commit
35773d12f7
2 changed files with 135 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -70,8 +70,10 @@ install:
|
|||
mkdir -p "${DESTDIR}${PREFIX}"/bin
|
||||
mkdir -p "${DESTDIR}${PREFIX}"/include/callisto
|
||||
mkdir -p "${DESTDIR}${PREFIX}"/lib
|
||||
mkdir -p "${DESTDIR}${PREFIX}"/share/man/man1
|
||||
cp -f ${HEADERS} "${DESTDIR}${PREFIX}"/include/callisto/
|
||||
cp -f csto "${DESTDIR}${PREFIX}"/bin/
|
||||
cp -f libcallisto.a "${DESTDIR}${PREFIX}"/lib/
|
||||
cp -f man/csto.1 "${DESTDIR}${PREFIX}"/share/man/man1/
|
||||
|
||||
.PHONY: all clean doc install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue