Fix HTML rules and input.

This commit is contained in:
Eric S. Raymond 2017-06-03 19:27:03 -04:00
parent 25645fc01e
commit 0f126b0cb5
2 changed files with 8 additions and 5 deletions

View file

@ -48,12 +48,13 @@ clean:
check: advent check: advent
cd tests; $(MAKE) --quiet cd tests; $(MAKE) --quiet
.SUFFIXES: .adoc .html
# Requires asciidoc and xsltproc/docbook stylesheets. # Requires asciidoc and xsltproc/docbook stylesheets.
.asc.6: advent.adoc .adoc.6: advent.adoc
a2x --doctype manpage --format manpage $< a2x --doctype manpage --format manpage $<
.asc.html: advent.adoc .adoc.html: advent.adoc
a2x --doctype manpage --format xhtml -D . $< asciidoc $<
rm -f docbook-xsl.css
advent-$(VERS).tar.gz: $(SOURCES) advent.6 advent-$(VERS).tar.gz: $(SOURCES) advent.6
tar --transform='s:^:advent-$(VERS)/:' --show-transformed-names -cvzf advent-$(VERS).tar.gz $(SOURCES) advent.6 tar --transform='s:^:advent-$(VERS)/:' --show-transformed-names -cvzf advent-$(VERS).tar.gz $(SOURCES) advent.6

View file

@ -69,6 +69,7 @@ he replied on 15 May giving both permission and encouragement.
Here is what Don said about differences between the original Adventure Here is what Don said about differences between the original Adventure
and 2.5: and 2.5:
............................................................................
> The bulk of the points come from five new 16-point treasures. (I say "bulk" > The bulk of the points come from five new 16-point treasures. (I say "bulk"
> because I think at least one of the scores included some padding and I may > because I think at least one of the scores included some padding and I may
> have tweaked those.) Each of the new treasures requires solving a puzzle > have tweaked those.) Each of the new treasures requires solving a puzzle
@ -105,6 +106,7 @@ and 2.5:
> succumb even given access to the game source. You really need to fit > succumb even given access to the game source. You really need to fit
> together not only the goals and the map and use of inventory space, but > together not only the goals and the map and use of inventory space, but
> also details like just what _can_ you do in the dark...? > also details like just what _can_ you do in the dark...?
............................................................................
== Nomenclature == == Nomenclature ==
@ -145,6 +147,6 @@ which is then linked to the advent binary.
- [[[IFA]]] http://rickadams.org/adventure/ - [[[IFA]]] http://rickadams.org/adventure/
- [[[[DA]]] http://www.filfre.net/sitemap/ - [[[DA]]] http://www.filfre.net/sitemap/
- [[[SN]]] http://www.digitalhumanities.org/dhq/vol/1/2/000009/000009.html - [[[SN]]] http://www.digitalhumanities.org/dhq/vol/1/2/000009/000009.html