summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJens Petersen <petersen@redhat.com>2014-02-11 15:44:59 +0900
committerJens Petersen <petersen@redhat.com>2014-02-11 15:44:59 +0900
commit02714f7f0c6fc2abc45fa4332c69f0645e327502 (patch)
tree2100369caaf3e8edecb79c0a27f88b7f8de9838f /Makefile
parent42dd18d33915399732cb77b0e3b4620835f2a702 (diff)
downloadpandoc-standalone-02714f7f0c6fc2abc45fa4332c69f0645e327502.tar.gz
pandoc-standalone-02714f7f0c6fc2abc45fa4332c69f0645e327502.tar.xz
pandoc-standalone-02714f7f0c6fc2abc45fa4332c69f0645e327502.zip
add Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..f82eb06
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,11 @@
+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