From a6dadb1aa6eafaab0c9ce8dda6212306526012d6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 11 Feb 2014 22:24:23 +0900 Subject: merge repo Makefile --- .gitignore | 1 + Makefile | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 71fcbf4..7ad30ce 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /pandoc-1.12.3.1 /README.html +/epel-5 \ No newline at end of file diff --git a/Makefile b/Makefile index f82eb06..c2ce884 100644 --- a/Makefile +++ b/Makefile @@ -9,3 +9,12 @@ build: pandoc.spec srpm: pandoc.spec rpmbuild -bs pandoc.spec --undefine dist + +-include ../common.mk + +CREATEREPO_OPTS = -s sha + +DISTS = epel-5 +ARCHS = SRPMS i386 x86_64 + +REPO_PATH = public_html/pandoc-standalone -- cgit