the game
This commit is contained in:
parent
a947f37c31
commit
7fca631d01
@ -1,6 +1,9 @@
|
||||
all: unix/index.html
|
||||
all: game/index.html unix/index.html
|
||||
game/index.html: game/*.m4
|
||||
$(MAKE) -C game
|
||||
unix/index.html: unix/*.m4
|
||||
$(MAKE) -C unix
|
||||
clean:
|
||||
$(MAKE) -C game clean
|
||||
$(MAKE) -C unix clean
|
||||
.PHONY: all clean
|
||||
|
9
wiki/game/Makefile
Normal file
9
wiki/game/Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
RM = rm -f
|
||||
|
||||
index.html: *.m4
|
||||
m4 index.m4 >index.html
|
||||
|
||||
clean:
|
||||
$(RM) index.html
|
||||
|
||||
.PHONY: clean
|
15
wiki/game/index.m4
Normal file
15
wiki/game/index.m4
Normal file
@ -0,0 +1,15 @@
|
||||
define(`_DESCRIPTION', `a loss cause')dnl
|
||||
define(`_PAGE', `thegame')dnl
|
||||
include(`../wiki.m4')dnl
|
||||
|
||||
_header(`Game')
|
||||
|
||||
_passage(`_link(`James Dunckley', `https://www.urbandictionary.com/define.php?term=the%20game')', `
|
||||
<P>
|
||||
A game, The sole object of which is to not remember that you are playing it. As soon as you remember that it exists, you have lost and must start again.
|
||||
</P>')
|
||||
|
||||
<P>
|
||||
Played in the walls of schools and on the walls of BBSes, the Game is an early cognitovirus that has drawn ire for its unwinnable nature;
|
||||
nobody who knows of the Game has won, yet nobody who's won has ever known of the Game.
|
||||
</P>
|
Loading…
Reference in New Issue
Block a user