diff options
author | knu <knu@FreeBSD.org> | 2000-12-06 15:51:48 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-12-06 15:51:48 +0000 |
commit | 5fb66c214f4f85b698e176dfcdb965f9122a13c5 (patch) | |
tree | 2f75661b8bc2ff08206c608f14b81f7e29f69ae6 /textproc/ruby-rdtool | |
parent | 876537f59f582a197bc52da37306cb8d628f9b6b (diff) | |
download | FreeBSD-ports-5fb66c214f4f85b698e176dfcdb965f9122a13c5.zip FreeBSD-ports-5fb66c214f4f85b698e176dfcdb965f9122a13c5.tar.gz |
Add a piece of code that formats amstd's rd file, due to their
chicken-or-egg (cyclic) dependency.
For the present, added parts are laid idle since rd2 causes an error
during the format process.
Diffstat (limited to 'textproc/ruby-rdtool')
-rw-r--r-- | textproc/ruby-rdtool/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-rdtool/pkg-plist | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/textproc/ruby-rdtool/Makefile b/textproc/ruby-rdtool/Makefile index 835f6a4..2c1e848 100644 --- a/textproc/ruby-rdtool/Makefile +++ b/textproc/ruby-rdtool/Makefile @@ -62,7 +62,9 @@ post-install: ${LN} -sf ${EMACSLISPDIR}/rd-mode.el ${XEMACSLISPDIR} ${INSTALL_SCRIPT} ${WRKSRC}/utils/rdswap.rb ${PREFIX}/bin/rdswap .if !defined(NOPORTDOCS) - rd2 ${RUBY_DOCDIR}/optparse/ja/optparse.ja.rd \ +# ${RUBY_RD} ${RUBY_DOCDIR}/amstd/ja/amstd-ja.rd \ +# > ${RUBY_DOCDIR}/amstd/ja/amstd-ja.html + ${RUBY_RD} ${RUBY_DOCDIR}/optparse/ja/optparse.ja.rd \ > ${RUBY_DOCDIR}/optparse/ja/optparse.ja.html ${MKDIR} ${RUBY_EXAMPLESDIR}/rd ${CP} ${RUBY_SITELIBDIR}/rd/dot.rd2rc ${RUBY_EXAMPLESDIR}/rd/ diff --git a/textproc/ruby-rdtool/pkg-plist b/textproc/ruby-rdtool/pkg-plist index fcbbd69..8f1bac7 100644 --- a/textproc/ruby-rdtool/pkg-plist +++ b/textproc/ruby-rdtool/pkg-plist @@ -20,6 +20,7 @@ share/emacs/site-lisp/rd-mode.el lib/xemacs/site-lisp/rd-mode.el @unexec rmdir -p %D/share/emacs/site-lisp 2>/dev/null || true @unexec rmdir -p %D/lib/xemacs/site-lisp 2>/dev/null || true +@comment %%RUBY_DOCDIR%%/amstd/ja/amstd-ja.html %%RUBY_DOCDIR%%/optparse/ja/optparse.ja.html %%RUBY_DOCDIR%%/rd/README.html %%RUBY_DOCDIR%%/rd/rd-draft.html |