summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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