diff --git a/.gitattributes b/.gitattributes index d737ede..54c74ab 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,7 +11,7 @@ core.autocrlf=false *.hh = linguist-language=C++ *.m = linguist-language=Objective-C *.mm = linguist-language=Objective-C++ -# *.xs = linguist-language=XS +*.xs = linguist-language=XS # *.m4 = linguist-language=M4 # *.gpp = linguist-language=GPP # *.pas = linguist-language=Pascal @@ -21,11 +21,12 @@ core.autocrlf=false # *.icn = linguist-language=icon # *.u = linguist-language=unicon # *.awk = linguist-language=Awk -# *.pl = linguist-language=Perl -# *.pm = linguist-language=Perl -# *.PL = linguist-language=Perl +*.pl = linguist-language=Perl +*.pm = linguist-language=Perl +*.PL = linguist-language=Perl +*.pod = linguist-language=Pod # *.cl = linguist-language=Lisp -*.clp = linguist-language=Lisp +# *.clp = linguist-language=Lisp # *.scm = linguist-language=Scheme # *.sno = linguist-language=SNOBOL4 # *.bas = linguist-language=BASIC @@ -40,6 +41,8 @@ core.autocrlf=false # *.y = linguist-language=Yacc *.yp = linguist-language=Yacc make = linguist-language=makefile +makefile = linguist-language=makefile +Makefile = linguist-language=makefile # *.mk = linguist-language=makefile # *.cmake = linguist-language=CMake # CMakeLists.txt = linguist-language=CMake diff --git a/README.md b/README.md index ba574d6..870db8b 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Build Deps: - Command flex - Command byacc - Command make +- Perl module Module::Build - Perl module ExtUtils::MakeMaker Build Recommends: @@ -99,26 +100,31 @@ Recommends: Doc Depends: - Command man - Command info +- Command perldoc Doc Build Deps: - Command mandb - Command makeinfo - Command install-info +- Command make +- Command perl - Command cp +- Perl module Module::Build Doc Recommends: - Command xdvi +- Command texi2dvi NEWS (and Olds) --------------- During Alpha, the project will be optemized for Devuan Linux, however, there are (theoretically) no distro-dependent elements, and the code should +run on ANY *nix with properly fufilled dependancies by configuring paths.h -Dependencies: +Manpages will be provided in Linux's ROFF-man and BSD's ROFF-mdoc; +the documentation installed will be determined by uname. +Extended documentation will be provided in plaintext, POD, Texinfo, and HTML -Build Deps: -- Command cp -- Command ls -- Command sh -- Command cc +Lore can be found at my Neocities site: +https://generalguy4872.neocities.org/Games/