Skip to content

Commit

Permalink
Fixed toplevel appdocs target to collect the non-gz'd files
Browse files Browse the repository at this point in the history
  • Loading branch information
ahonor committed Dec 6, 2010
1 parent 24eb97c commit 75896d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -44,8 +44,8 @@ appdocs: docs
mkdir -p ./rundeckapp/web-app/docs
cp docs/en/dist/html/* ./rundeckapp/target/launcher-contents/docs
cp docs/en/dist/html/* ./rundeckapp/web-app/docs
cp docs/en/manpages/man1/*.gz ./rundeckapp/target/launcher-contents/docs/man/man1
cp docs/en/manpages/man5/*.gz ./rundeckapp/target/launcher-contents/docs/man/man5
cp docs/en/dist/man/man1/*.1 ./rundeckapp/target/launcher-contents/docs/man/man1
cp docs/en/dist/man/man5/*.5 ./rundeckapp/target/launcher-contents/docs/man/man5

$(launcher): appdocs $(core) $(RUNDECK_FILES)
./build.sh rundeckapp
Expand Down

0 comments on commit 75896d4

Please sign in to comment.