diff --git a/rot13/Makefile b/rot13/Makefile index d4044d2..1a6603e 100644 --- a/rot13/Makefile +++ b/rot13/Makefile @@ -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 diff --git a/man/rot13.1 b/rot13/rot13.1 similarity index 100% rename from man/rot13.1 rename to rot13/rot13.1