Codebase list blockattack / 2fc8b595-2613-4482-aa5a-0dd61e1d71c5/main man / README
2fc8b595-2613-4482-aa5a-0dd61e1d71c5/main

Tree @2fc8b595-2613-4482-aa5a-0dd61e1d71c5/main (Download .tar.gz)

README @2fc8b595-2613-4482-aa5a-0dd61e1d71c5/mainraw · history · blame

1
2
3
4
5
to regenerate the manpage:
gzip -9 -c blockattack.man > blockattack.6.gz  #This is done by the package script

This line will regenerate the source file. This should be committed as not all platforms can generate it.
COLUMNS=300 help2man --no-info --section=6 --name="a puzzle game inspired by Tetris Attack" ../Game/blockattack | sed 's@'"$HOME"'@$HOME@g' > blockattack.man