summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 2b014fa95493eb81244ba58881324eb29b08e1da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
build: pandoc.spec
	rpmbuild -bb pandoc.spec

srpm: pandoc.spec
	rpmbuild -bs pandoc.spec --undefine dist

README.html: README.md
	pandoc README.md > README.html

sync: README.html

RSYNC_OPTIONS = --exclude=.git

-include ../common.mk

CREATEREPO_OPTS = -s sha

DISTS = epel-5
ARCHS = SRPMS i386 x86_64

REPO_PATH = public_html/pandoc-standalone