diff --git a/Makefile b/Makefile index 9fcc932..d0f345f 100644 --- a/Makefile +++ b/Makefile @@ -82,6 +82,6 @@ install: 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/ + cp -f man/man1/*.1 "${DESTDIR}${PREFIX}"/share/man/man1/ .PHONY: all clean doc format gitconfig install lua diff --git a/man/csto.1 b/man/man1/csto.1 similarity index 100% rename from man/csto.1 rename to man/man1/csto.1