summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: c2ce884dfbe6699957c558ca6ae19cd51f80c325 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
README.html: README.md
	pandoc README.md > README.html

install: README.html
	cp -p pandoc.spec README.md README.html ~/repos/pandoc-standalone/

build: pandoc.spec
	rpmbuild -bb 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