Add manpage.
This commit is contained in:
parent
841545aa4d
commit
0a46876fd9
3 changed files with 23 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -31,7 +31,7 @@ clean:
|
|||
dist: clean
|
||||
@echo creating dist tarball
|
||||
@mkdir -p slow-${VERSION}
|
||||
@cp -R LICENSE Makefile config.mk ${SRC} slow-${VERSION}
|
||||
@cp -R LICENSE Makefile config.mk ${SRC} slow.1 slow-${VERSION}
|
||||
@tar -cf slow-${VERSION}.tar slow-${VERSION}
|
||||
@gzip slow-${VERSION}.tar
|
||||
@rm -rf slow-${VERSION}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue