diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-10-24 14:56:28 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-10-24 14:56:28 +0000 |
commit | 21df1be663e8414a9d56ee7329684423ecf689c2 (patch) | |
tree | 9613ecb9438c4bf4a4f46eafd1fe93f7101b6868 /editors/psgml-mule | |
parent | 2b72123905111f32efdaa128824253cde34ca96e (diff) |
Notes
Diffstat (limited to 'editors/psgml-mule')
-rw-r--r-- | editors/psgml-mule/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/editors/psgml-mule/Makefile b/editors/psgml-mule/Makefile index 9ad2199dcf9d..a212a8c2b3bb 100644 --- a/editors/psgml-mule/Makefile +++ b/editors/psgml-mule/Makefile @@ -14,4 +14,11 @@ MASTERDIR= ${.CURDIR}/../psgml # emacs port setup EMACS_PORT_NAME= mule +BUILD_DEPENDS+= makeinfo:${PORTSDIR}/print/texinfo + +ALL_TARGET= compile + +post-build: + cd ${WRKSRC} && makeinfo *.texi + .include "${MASTERDIR}/Makefile" |