From 458120dd40db6b4df55a4e96b650e16798ef06a0 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Tue, 3 May 2011 11:25:13 +0000 Subject: add hg and python --- sys/src/cmd/python/Doc/perl/manual.perl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 sys/src/cmd/python/Doc/perl/manual.perl (limited to 'sys/src/cmd/python/Doc/perl/manual.perl') diff --git a/sys/src/cmd/python/Doc/perl/manual.perl b/sys/src/cmd/python/Doc/perl/manual.perl new file mode 100644 index 000000000..ea65b36e7 --- /dev/null +++ b/sys/src/cmd/python/Doc/perl/manual.perl @@ -0,0 +1,15 @@ +# -*- perl -*- +# +# This implements the Python manual class. All it really needs to do it +# load the "python" style. The style code is not moved into the class code +# at this time, since we expect additional document class to be developed +# for the Python documentation in the future. Appropriate relocations will +# be made at that time. + +package main; + +do_require_package("report"); +do_require_package("alltt"); +do_require_package("python"); + +1; # sheesh.... -- cgit v1.2.3