From b928dcb6bcbb56a8222e5d5354656eac6de057c9 Mon Sep 17 00:00:00 2001 From: Edward Cree Date: Sat, 19 Jul 2014 11:59:03 +0100 Subject: [PATCH] Rename documentation files into CAPITALS to make them easier to find --- howtoplay => HOWTOPLAY | 0 install => INSTALL | 0 Makefile | 6 +++--- readme => README | 4 ++-- strategy => STRATEGY | 0 lib-w/{install => INSTALL} | 0 lib/{install => INSTALL} | 0 7 files changed, 5 insertions(+), 5 deletions(-) rename howtoplay => HOWTOPLAY (100%) rename install => INSTALL (100%) rename readme => README (96%) rename strategy => STRATEGY (100%) rename lib-w/{install => INSTALL} (100%) rename lib/{install => INSTALL} (100%) diff --git a/howtoplay b/HOWTOPLAY similarity index 100% rename from howtoplay rename to HOWTOPLAY diff --git a/install b/INSTALL similarity index 100% rename from install rename to INSTALL diff --git a/Makefile b/Makefile index 40d3c17..66e3175 100644 --- a/Makefile +++ b/Makefile @@ -100,12 +100,12 @@ intel_targets.o: ui.h globals.h events.h bits.h date.h render.h static: all mkdir static - cp -r art dat lib map save stats *.o *.py readme howtoplay strategy COPYING static/ - mv static/lib/Makefile static/lib/install static/ + cp -r art dat lib map save stats *.o *.py README HOWTOPLAY STRATEGY COPYING static/ + mv static/lib/Makefile static/lib/INSTALL static/ make -C static -f Makefile -B harris windows: all mkdir windows - cp -r art dat map save stats *.c *.h *.o *.py readme howtoplay strategy COPYING windows/ + cp -r art dat map save stats *.c *.h *.o *.py README HOWTOPLAY STRATEGY COPYING windows/ cp lib-w/* windows/ make -C windows -f Makefile.w32 -B diff --git a/readme b/README similarity index 96% rename from readme rename to README index c39a5d9..8cbeaa5 100644 --- a/readme +++ b/README @@ -8,8 +8,8 @@ Harris is currently in a fairly early stage of development; not all the basic ga Harris is licensed under the GPLv3+ (see the file COPYING). -The game manual is in the file 'howtoplay', and includes a short tutorial. -For installation instructions see the file 'install'. +The game manual is in the file 'HOWTOPLAY', and includes a short tutorial. +For installation instructions see the file 'INSTALL'. Harris uses SDL and a simple graphics toolkit called "libatg" (for A Tiny Gui). The former can be found at and the latter at . It also depends (via atg) on the Liberation Mono font, which Debian users can get from the package "fonts-liberation". SDL packages needed: sdl, sdl-devel, sdl-image, sdl-image-devel, sdl-ttf, sdl-ttf-dev, sdl-gfx, sdl-gfx-dev. diff --git a/strategy b/STRATEGY similarity index 100% rename from strategy rename to STRATEGY diff --git a/lib-w/install b/lib-w/INSTALL similarity index 100% rename from lib-w/install rename to lib-w/INSTALL diff --git a/lib/install b/lib/INSTALL similarity index 100% rename from lib/install rename to lib/INSTALL