diff options
Diffstat (limited to 'cad/xcircuit/Makefile')
-rw-r--r-- | cad/xcircuit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile index 86e703e..81fe5b8 100644 --- a/cad/xcircuit/Makefile +++ b/cad/xcircuit/Makefile @@ -3,7 +3,7 @@ # Date created: 3 Apr 1998 # Whom: giffunip@asme.org # -# $Id: Makefile,v 1.1.1.1 1998/05/18 04:20:21 mph Exp $ +# $Id: Makefile,v 1.2 1998/05/25 21:03:03 fenner Exp $ # DISTNAME= xcircuit-1.7 @@ -19,6 +19,8 @@ XMKMF= xmkmf ALL_TARGET= INSTALL_TARGET= install install.man +MAN1= xcircuit.1 + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/examples/xcircuit |