57e386abc6
Yodl is a package that implements a pre-document language and tools to process it. The idea of Yodl is that you write up a document in a pre-language, then use the tools (e.g. yodl2html) to convert it to some final document language. Current converters are for HTML, ms, man, LaTeX SGML and texinfo, plus a poor-man's text converter. Main document types are "article", "report", "book" and "manpage". The Yodl document language is designed to be easy to use and extensible.
13 lines
334 B
Text
13 lines
334 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2001/03/26 22:43:57 jtb Exp $
|
|
|
|
--- stepmake/stepmake/generic-targets.make.orig Wed Oct 27 17:34:12 1999
|
|
+++ stepmake/stepmake/generic-targets.make
|
|
@@ -166,7 +166,7 @@
|
|
include $(outdir)/dummy.dep $(DEP_FILES)
|
|
|
|
$(outdir)/dummy.dep:
|
|
- -mkdir $(outdir)
|
|
+ -mkdir -p $(outdir)
|
|
touch $(outdir)/dummy.dep
|
|
|
|
|