This commit is contained in:
dtb 2022-12-18 01:17:02 -05:00
parent a947f37c31
commit 7fca631d01
3 changed files with 28 additions and 1 deletions

View File

@ -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
View 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
View 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>