1
0

move man page over

This commit is contained in:
dtb 2022-09-13 00:04:28 -04:00
parent 07e7768399
commit ec717feb5f
2 changed files with 2 additions and 1 deletions

View File

@ -12,8 +12,9 @@ rot13: rot13.c
$(CC) -o rot13 rot13.c
../dist/rot13: rot13
mkdir -p ../dist/rot13.tmp/bin/
mkdir -p ../dist/rot13.tmp/bin/ ../dist/rot13.tmp/share/man/man1/
cp rot13 ../dist/rot13.tmp/bin/rot13
cp rot13.1 ../dist/rot13.tmp/share/man/man1/rot13.1
mv ../dist/rot13.tmp ../dist/rot13
../dist/rot13.tar: ../dist/rot13