Skip to content

Commit

Permalink
Fix name of documentation directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
foxik committed Dec 4, 2015
1 parent ed2120f commit 185f072
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/releases/release-korektor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ done
make -C ../../src clean
rsync -a --exclude .gitignore ../../src/ "$dir/src"

make -C ../../doc install
make -C ../../documentation install
cp ../../INSTALL ../../MANUAL* ../../README ../../AUTHORS ../../LICENSE ../../CHANGES "$dir"
make -C ../../doc manual.pdf
cp ../../doc/manual.pdf "$dir"/MANUAL.pdf
make -C ../../doc clean
make -C ../../documentation manual.pdf
cp ../../documentation/manual.pdf "$dir"/MANUAL.pdf
make -C ../../documentation clean

echo All done

0 comments on commit 185f072

Please sign in to comment.