diff options
author | Björn Stenberg <bjorn@haxx.se> | 2003-11-20 14:12:08 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2003-11-20 14:12:08 +0000 |
commit | b422238ba5a2aa70ea44b6b884990f16da020078 (patch) | |
tree | a14276dce927ef55636239dcbe333991935be8b3 /www/docs/Makefile | |
parent | fae9011c6188a1a81f668ba45a852486749647b7 (diff) |
Added the GPL
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4060 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/docs/Makefile')
-rw-r--r-- | www/docs/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/docs/Makefile b/www/docs/Makefile index 4ec3bf890c..8394504264 100644 --- a/www/docs/Makefile +++ b/www/docs/Makefile @@ -67,5 +67,11 @@ credits.raw: $(DOCS)/CREDITS $(TXT2HTML) credits.html: credits.t credits.raw $(TXT2HTML) $(ACTION) $< +license.raw: $(DOCS)/COPYING $(TXT2HTML) + $(TXT2HTML) < $< > $@ + +license.html: license.t license.raw $(TXT2HTML) + $(ACTION) $< + %.html : %.t $(ACTION) $< |