Makefile revision 1881
abd8dd44106c507dd2cb64359b63d7d56fa0a9c8Christian Maeder# CDDL HEADER START
97018cf5fa25b494adffd7e9b4e87320dae6bf47Christian Maeder# The contents of this file are subject to the terms of the
c00adad2e9459b422dee09e3a2bddba66b433bb7Christian Maeder# Common Development and Distribution License (the "License").
b4fbc96e05117839ca409f5f20f97b3ac872d1edTill Mossakowski# You may not use this file except in compliance with the License.
abd8dd44106c507dd2cb64359b63d7d56fa0a9c8Christian Maeder# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f3a94a197960e548ecd6520bb768cb0d547457bbChristian Maeder# or http://www.opensolaris.org/os/licensing.
f3a94a197960e548ecd6520bb768cb0d547457bbChristian Maeder# See the License for the specific language governing permissions
aff01ee50b66032469c232e00c945d1fd4f57d1bChristian Maeder# and limitations under the License.
c00adad2e9459b422dee09e3a2bddba66b433bb7Christian Maeder# When distributing Covered Code, include this CDDL HEADER in each
e8ffec0fa3d3061061bdc16e44247b9cf96b050fChristian Maeder# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c00adad2e9459b422dee09e3a2bddba66b433bb7Christian Maeder# If applicable, add the following below this CDDL HEADER, with the
e8ffec0fa3d3061061bdc16e44247b9cf96b050fChristian Maeder# fields enclosed by brackets "[]" replaced with your own identifying
aff01ee50b66032469c232e00c945d1fd4f57d1bChristian Maeder# information: Portions Copyright [yyyy] [name of copyright owner]
abd8dd44106c507dd2cb64359b63d7d56fa0a9c8Christian Maeder# CDDL HEADER END
aff01ee50b66032469c232e00c945d1fd4f57d1bChristian Maeder# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
aff01ee50b66032469c232e00c945d1fd4f57d1bChristian Maederinclude ../../../make-rules/shared-macros.mk
aff01ee50b66032469c232e00c945d1fd4f57d1bChristian MaederCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
aff01ee50b66032469c232e00c945d1fd4f57d1bChristian Maeder sha256:60d602637dc5f078b083a4ca5ab64364ba816bd72439844012ed11a30f88228c
aff01ee50b66032469c232e00c945d1fd4f57d1bChristian MaederCOMPONENT_ARCHIVE_URL= http://archive.ipython.org/release/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
fc8c6570c7b4ee13f375eb607bed2290438573bfChristian Maeder# Replace "#!/usr/bin/env ..." shebang lines with properly versioned ones.
fc8c6570c7b4ee13f375eb607bed2290438573bfChristian Maeder -exec $(GSED) -i -e 's/env python/python$(PYTHON_VERSION)/' "{}" \; ;
fc8c6570c7b4ee13f375eb607bed2290438573bfChristian Maeder# Unpack the ipython man pages.
fc8c6570c7b4ee13f375eb607bed2290438573bfChristian Maeder (cd $(SOURCE_DIR)/docs/man; /usr/bin/gunzip * )
fc8c6570c7b4ee13f375eb607bed2290438573bfChristian Maeder# common targets