Add basic manpage and sync up README documentation
This commit is contained in:
parent
b4dd89ae3a
commit
51ecaea4e2
5 changed files with 105 additions and 16 deletions
5
Makefile
5
Makefile
|
@ -26,5 +26,10 @@ install: all
|
|||
cp -f lisgd ${DESTDIR}${PREFIX}/bin
|
||||
chmod 755 ${DESTDIR}${PREFIX}/bin/lisgd
|
||||
|
||||
mkdir -p ${DESTDIR}${PREFIX}/share/man/man1
|
||||
cp lisgd.1 ${DESTDIR}${PREFIX}/share/man/man1
|
||||
chmod 644 ${DESTDIR}${PREFIX}/share/man/man1
|
||||
|
||||
|
||||
clean:
|
||||
rm -f config.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue