summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index ba3e220..3e72a1b 100644
--- a/Makefile
+++ b/Makefile
@@ -28,34 +28,34 @@ LDLIBS =
.SUFFIXES: .gz
.adoc.conf:
- ifok -o $@ mkwb conf src/global.conf $<
+ mkwb conf src/global.conf $< > $@
.adoc.htmlbody:
- ifok -o $@ mkwb htmlbody $<
+ mkwb htmlbody $< > $@
.htmlbody.html:
- ifok -o $@ mkwb html $<
+ mkwb html $< > $@
.conf.htmlheader:
- ifok -o $@ mkwb html -H $<
+ mkwb html -H $< > $@
.conf.htmlfooter:
- ifok -o $@ mkwb html -F $<
+ mkwb html -F $< > $@
.conf.htmllisting:
- ifok -o $@ mkwb indexbody $<
+ mkwb indexbody $< > $@
.adoc.snippets:
- ifok -o $@ mkwb snippets $<
+ mkwb snippets $< > $@
.conf.indexentry:
- ifok -o $@ mkwb indexentry $<
+ mkwb indexentry $< > $@
.htmlbody.feedentry:
- ifok -o $@ mkwb feedentry $<
+ mkwb feedentry $< > $@
.conf.sortdata:
- ifok -o $@ mkwb sortdata $<
+ mkwb sortdata $< > $@