Skip to content

Commit

Permalink
Fix to publish docs to website path
Browse files Browse the repository at this point in the history
  • Loading branch information
lbv committed Apr 26, 2013
1 parent 7b389ec commit ec0ac9c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@ $(QUICKSTART_OUT): $(QUICKSTART_FILES) template.htm
-o $(QUICKSTART_OUT) $(QUICKSTART_FILES)

website:
mkdir -p $(website_dir)/doc
mkdir -p $(website_dir)/out/docs
cp -f out/css/docs.css $(website_dir)/out/css/
pandoc $(PANDOC_OPTS) --template=template-web.htm \
-V title="LitJSON Quickstart Guide" \
-V pagetitle="LitJSON Quickstart Guide" \
-o $(website_dir)/doc/quickstart.html $(QUICKSTART_FILES)
-o $(website_dir)/out/docs/quickstart.html $(QUICKSTART_FILES)

clean:
rm -rf $(QUICKSTART_OUT)
Expand Down

0 comments on commit ec0ac9c

Please sign in to comment.