summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens Petersen <petersen@redhat.com>2014-02-11 22:44:40 +0900
committerJens Petersen <petersen@redhat.com>2014-02-11 22:44:40 +0900
commitd2e6e707b0e36580f4b60ae86b14c79ee918a665 (patch)
tree524498fde23d2d9ff67f0e900bdca2906c69ce14
parentf360012e84e88a5d68f26f761d8a95de52ab0677 (diff)
downloadpandoc-standalone-d2e6e707b0e36580f4b60ae86b14c79ee918a665.tar.gz
pandoc-standalone-d2e6e707b0e36580f4b60ae86b14c79ee918a665.tar.xz
pandoc-standalone-d2e6e707b0e36580f4b60ae86b14c79ee918a665.zip
Makefile: install target obsolete
-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