From 1b48a10d72621017541c31d91f9bc8bbd4cae7a2 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Fri, 22 Jun 2007 17:06:15 +0200 Subject: [PATCH] Move tig.spec.in to the contrib area --- Makefile | 2 +- tig.spec.in => contrib/tig.spec.in | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tig.spec.in => contrib/tig.spec.in (100%) diff --git a/Makefile b/Makefile index d5d9695..4caba6c 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,7 @@ release-dist: release-doc .PHONY: all all-debug doc doc-man doc-html install install-doc \ install-doc-man install-doc-html clean spell-check dist rpm -tig.spec: tig.spec.in +tig.spec: contrib/tig.spec.in sed -e 's/@@VERSION@@/$(RPM_VERSION)/g' < $< > $@ tig: tig.c diff --git a/tig.spec.in b/contrib/tig.spec.in similarity index 100% rename from tig.spec.in rename to contrib/tig.spec.in -- 2.32.0.93.g670b81a890