Skip to content

Commit

Permalink
Builder|Documentation: Update Readme articles in wiki
Browse files Browse the repository at this point in the history
Whenever the Readme is regenerated for release packaging,
the pages in the wiki are updated also.
  • Loading branch information
skyjake committed Jul 18, 2012
1 parent 97ae918 commit 91d5a84
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doomsday/doc/output/Makefile
@@ -1,7 +1,9 @@
sources := $(wildcard ../*.ame)
main_source := ../readme.ame

all: doomsday.6 Read\ Me.rtf readme.txt
.PHONY: wiki

all: doomsday.6 Read\ Me.rtf readme.txt wiki

doomsday.6: $(sources)
amethyst -dMAN -dUNIX -odoomsday.6 $(main_source)
Expand All @@ -12,5 +14,8 @@ Read\ Me.rtf: $(sources)
readme.txt: $(sources)
amethyst -dTXT -dWIN32 -dCR_NL -oreadme.txt $(main_source)

wiki:
python /Users/jaakko/Dropbox/Scripts/readme_to_wiki.py

clean:
rm -f doomsday.6 Read\ Me.rtf readme.txt

0 comments on commit 91d5a84

Please sign in to comment.