From e3cef0a61116e55fb0f9afe99688a27a7b188889 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 25 Oct 2009 04:16:13 -0400 Subject: why isn't git tracking pkg? --- .gitignore | 1 - pkg | 1 - pkgthing | 1 + rvs/main.mk.in | 17 ++++++++++++++++- 4 files changed, 17 insertions(+), 3 deletions(-) delete mode 100644 .gitignore delete mode 160000 pkg create mode 160000 pkgthing diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 1ff49ea..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*-build diff --git a/pkg b/pkg deleted file mode 160000 index 506c0c6..0000000 --- a/pkg +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 506c0c62b3c76b8086313b3f8977b4344838fe5e diff --git a/pkgthing b/pkgthing new file mode 160000 index 0000000..506c0c6 --- /dev/null +++ b/pkgthing @@ -0,0 +1 @@ +Subproject commit 506c0c62b3c76b8086313b3f8977b4344838fe5e diff --git a/rvs/main.mk.in b/rvs/main.mk.in index 622607f..ee7aac5 100644 --- a/rvs/main.mk.in +++ b/rvs/main.mk.in @@ -1,6 +1,21 @@ #!/usr/bin/make -f name = @name@ -ver = 0.8r58 +ver = 0.9 +# Copyright (C) 2009 Luke Shumaker +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; see the file COPYING. +# If not, see . rvs = $(name) RVS = @RVS@ -- cgit v1.2.3