diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2022-03-07 14:43:44 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2022-03-07 14:43:44 +0100 |
commit | cbcab8684e06379c9f5c51cfc9cac68d8684fe0c (patch) | |
tree | d03b04e9a7f8e3aae70e590953408f90deed077c /skeletons/README.erb | |
parent | 721a7ea65d23e7b149ba73968a1d75727a55b390 (diff) | |
download | vim-cbcab8684e06379c9f5c51cfc9cac68d8684fe0c.zip vim-cbcab8684e06379c9f5c51cfc9cac68d8684fe0c.tar.gz |
move to old
Diffstat (limited to 'skeletons/README.erb')
-rw-r--r-- | skeletons/README.erb | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/skeletons/README.erb b/skeletons/README.erb deleted file mode 100644 index e4e3bed..0000000 --- a/skeletons/README.erb +++ /dev/null @@ -1,62 +0,0 @@ - -<%= `figlet -c README` %> -<%# figlet: http://www.figlet.org %> - -This is <%= @project %>, version %VERSION% ------------------------------ - -<%=@project %> is Copyright (C) <%=@year %>-<%=@year.to_i+5%>, <%= @username %>. <<%= @email %>> - -LICENSE INFORMATION -------------------- - -<%= license %> - -PREREQUISITES -------------- - -You'll need a C compiler, a linker and a make program of course. - -INSTRUCTIONS ------------- - -For now, unpack your <%= @project %> tarball, (if you're reading this, you've -probably already done that) and type - - ./configure - -If you are self confident you may try the following to have more power on compilation process - - ./configure --help - - -Next, run make: - -You can test <%= @project %> by running - - make test - -On some systems you can install <%= @project %>: - - make install - -NOTES ------ - -CHANGES -------- - -For documentation on the user-visible changes between this version and -previous versions, please see CHANGES. - -MAILING LISTS -------------- - -Subscribe to the mailing list for <%= @project %> by sending mail to -%MAILING_LIST%. - -WEB SITES ---------- - -The home page for <%= @project %> is %HOME_PAGE% - |