summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index c2ce884..ba79915 100644
--- a/Makefile
+++ b/Makefile
@@ -1,15 +1,12 @@
-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
+README.html: README.md
+ pandoc README.md > README.html
+
-include ../common.mk
CREATEREPO_OPTS = -s sha