mirror of
https://github.com/freedoom/freedoom.git
synced 2025-08-30 08:16:54 -04:00
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:
parent
4c9c8649dd
commit
88ec3f5884
3 changed files with 3 additions and 3 deletions
6
Makefile
6
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue