summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens Petersen <petersen@redhat.com>2014-02-11 22:24:23 +0900
committerJens Petersen <petersen@redhat.com>2014-02-11 22:24:23 +0900
commita6dadb1aa6eafaab0c9ce8dda6212306526012d6 (patch)
treeaf5d757bed745e823473dbb2ea92e092a65d95c8
parent4f19c9f7ef0c29a4c4c19bac5f620bed107e169f (diff)
downloadpandoc-standalone-a6dadb1aa6eafaab0c9ce8dda6212306526012d6.tar.gz
pandoc-standalone-a6dadb1aa6eafaab0c9ce8dda6212306526012d6.tar.xz
pandoc-standalone-a6dadb1aa6eafaab0c9ce8dda6212306526012d6.zip
merge repo Makefile
-rw-r--r--.gitignore1
-rw-r--r--Makefile9
2 files changed, 10 insertions, 0 deletions
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