Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Commit

Permalink
Rules for generating more documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fidian committed Jan 15, 2013
1 parent 9270c0a commit f107b52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ __MACOSX


# These files are created with bin/build
theme-kit/README.html
www/downloads/theme-kit.zip
www/downloads/uniform.*.theme.zip
www/images/bg-input*.png
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ clean:
%.html: %.md
node_modules/.bin/marked --gfm -i $< -o $@

www/downloads/theme-kit.zip: $(wildcard theme-kit/*)
www/downloads/theme-kit.zip: $(wildcard theme-kit/*) theme-kit/README.html
rm -f $@
( cd theme-kit; zip -r9 ../$@ * )

www/downloads/uniform.agent.theme.zip: $(wildcard themes/agent/*/*)
Expand Down

0 comments on commit f107b52

Please sign in to comment.