Use "adoc" extension for asciidoc, it's the GitLab convention.
This commit is contained in:
parent
153a532eaa
commit
17914d931c
4 changed files with 4 additions and 4 deletions
6
Makefile
6
Makefile
|
@ -9,7 +9,7 @@ ifeq ($(UNAME_S),Linux)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
OBJS=main.o init.o actions1.o actions2.o score.o misc.o database.o
|
OBJS=main.o init.o actions1.o actions2.o score.o misc.o database.o
|
||||||
SOURCES=$(OBJS:.o=.c) COPYING NEWS README TODO adventure.text advent.text control advent.h funcs.h
|
SOURCES=$(OBJS:.o=.c) COPYING NEWS README TODO adventure.text advent.adoc control advent.h funcs.h
|
||||||
|
|
||||||
.c.o:
|
.c.o:
|
||||||
$(CC) $(CCFLAGS) $(DBX) -c $<
|
$(CC) $(CCFLAGS) $(DBX) -c $<
|
||||||
|
@ -48,9 +48,9 @@ check: advent
|
||||||
cd tests; $(MAKE) --quiet
|
cd tests; $(MAKE) --quiet
|
||||||
|
|
||||||
# Requires asciidoc and xsltproc/docbook stylesheets.
|
# Requires asciidoc and xsltproc/docbook stylesheets.
|
||||||
.asc.6: advent.txt
|
.asc.6: advent.adoc
|
||||||
a2x --doctype manpage --format manpage $<
|
a2x --doctype manpage --format manpage $<
|
||||||
.asc.html: advent.txt
|
.asc.html: advent.adoc
|
||||||
a2x --doctype manpage --format xhtml -D . $<
|
a2x --doctype manpage --format xhtml -D . $<
|
||||||
rm -f docbook-xsl.css
|
rm -f docbook-xsl.css
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ This code is a forward-port of the Crowther/Woods Adventure 2.5 from
|
||||||
development written by the original authors. The authors have given
|
development written by the original authors. The authors have given
|
||||||
permission and encouragement for this release.
|
permission and encouragement for this release.
|
||||||
|
|
||||||
The file history.txt contains a more detailed history of this game
|
The file history.adoc contains a more detailed history of this game
|
||||||
and its ancestors.
|
and its ancestors.
|
||||||
|
|
||||||
This project is called "Open Adventure" because it's not at all clear
|
This project is called "Open Adventure" because it's not at all clear
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue