rename files from *.asc to *.adoc

In a world ravaged by software that determines file type by the last
part of the file's name, *.asc is somewhat troublesome given file
managers that think these are PGP keys.  Also GitHub won't render
AsciiDoc without one of a few extensions, at least *.adoc is somewhat
clearer and not as obnoxiously long as *.asciidoc
This commit is contained in:
Mike Swanson 2014-05-02 18:42:19 -07:00
parent 4c9c8649dd
commit 88ec3f5884
3 changed files with 3 additions and 3 deletions

View file

@ -103,9 +103,9 @@ $(FREEDOOM2): wadinfo_phase2.txt subdirs
rm -f $@
$(DEUTEX) $(DEUTEX_ARGS) -iwad -lumps -patch -flats -sounds -musics -graphics -sprites -levels -build wadinfo_phase2.txt $@
doc: BUILD-SYSTEM.asc README.asc
asciidoc BUILD-SYSTEM.asc
asciidoc README.asc
doc: BUILD-SYSTEM.adoc README.adoc
asciidoc BUILD-SYSTEM.adoc
asciidoc README.adoc
DISTDOCS=COPYING CREDITS README.html