diff options
author | jtb <jtb> | 2001-03-26 22:43:57 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-03-26 22:43:57 +0000 |
commit | ae1c52ea6272000aae31901586a4b37f5be6f7d5 (patch) | |
tree | 225311418d3de856cbc07b097951a068a14317ff /textproc/yodl/patches/patch-aa | |
parent | 53c25b5ccf8d6ab24f2078e6c894bc51f5721619 (diff) | |
download | pkgsrc-ae1c52ea6272000aae31901586a4b37f5be6f7d5.tar.gz |
Initial import of yodl:
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.
Diffstat (limited to 'textproc/yodl/patches/patch-aa')
-rw-r--r-- | textproc/yodl/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/yodl/patches/patch-aa b/textproc/yodl/patches/patch-aa new file mode 100644 index 00000000000..b8f742ec758 --- /dev/null +++ b/textproc/yodl/patches/patch-aa @@ -0,0 +1,13 @@ +$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 + + |