Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.

Commit

Permalink
fight with formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
GeneralGuy4872 committed Oct 7, 2019
1 parent e336174 commit 79e7ef0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
13 changes: 8 additions & 5 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Build Deps:
- Command <CODE>flex</CODE>
- Command <CODE>byacc</CODE>
- Command <CODE>make</CODE>
- Perl module <CODE>Module::Build</CODE>
- Perl module <CODE>ExtUtils::MakeMaker</CODE>

Build Recommends:
Expand Down Expand Up @@ -99,26 +100,31 @@ Recommends:
Doc Depends:
- Command <CODE>man</CODE>
- Command <CODE>info</CODE>
- Command <CODE>perldoc</CODE>

Doc Build Deps:
- Command <CODE>mandb</CODE>
- Command <CODE>makeinfo</CODE>
- Command <CODE>install-info</CODE>
- Command <CODE>make</CODE>
- Command <CODE>perl</CODE>
- Command <CODE>cp</CODE>
- Perl module <CODE>Module::Build<CODE>

Doc Recommends:
- Command <CODE>xdvi</CODE>
- Command <CODE>texi2dvi</CODE>

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 <CODE>cp</CODE>
- Command <CODE>ls</CODE>
- Command <CODE>sh</CODE>
- Command <CODE>cc</CODE>
Lore can be found at my Neocities site:
https://generalguy4872.neocities.org/Games/

0 comments on commit 79e7ef0

Please sign in to comment.