From 88ec3f5884dad14b49eeea4baf7340afceaea336 Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Fri, 2 May 2014 18:42:19 -0700 Subject: [PATCH] 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 --- BUILD-SYSTEM.asc => BUILD-SYSTEM.adoc | 0 Makefile | 6 +++--- README.asc => README.adoc | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename BUILD-SYSTEM.asc => BUILD-SYSTEM.adoc (100%) rename README.asc => README.adoc (100%) diff --git a/BUILD-SYSTEM.asc b/BUILD-SYSTEM.adoc similarity index 100% rename from BUILD-SYSTEM.asc rename to BUILD-SYSTEM.adoc diff --git a/Makefile b/Makefile index 371caa0c..5970ee9e 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README.asc b/README.adoc similarity index 100% rename from README.asc rename to README.adoc