move man page over
This commit is contained in:
parent
07e7768399
commit
ec717feb5f
@ -12,8 +12,9 @@ rot13: rot13.c
|
|||||||
$(CC) -o rot13 rot13.c
|
$(CC) -o rot13 rot13.c
|
||||||
|
|
||||||
../dist/rot13: rot13
|
../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 ../dist/rot13.tmp/bin/rot13
|
||||||
|
cp rot13.1 ../dist/rot13.tmp/share/man/man1/rot13.1
|
||||||
mv ../dist/rot13.tmp ../dist/rot13
|
mv ../dist/rot13.tmp ../dist/rot13
|
||||||
|
|
||||||
../dist/rot13.tar: ../dist/rot13
|
../dist/rot13.tar: ../dist/rot13
|
||||||
|
Loading…
Reference in New Issue
Block a user