Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37546589
en ru br
Репозитории ALT
S:4.0.1-alt1
5.1: 1.2.0.d20100117-alt0.M51.1
4.1: 0.97-alt2.1
4.0: 0.97-alt2
3.0: 0.96.90-alt2
www.altlinux.org/Changes

Группа :: Разработка/Python
Пакет: scons

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: scons-1.2.0.d20100117-alt0.M51.1.patch
Скачать


 doc/SConscript |   52 ++++++++++++++++++++++++++--------------------------
 1 files changed, 26 insertions(+), 26 deletions(-)
diff --git a/doc/SConscript b/doc/SConscript
index 9ad4d12..2649a06 100644
--- a/doc/SConscript
+++ b/doc/SConscript
@@ -181,8 +181,8 @@ THIS IS AN AUTOMATICALLY-GENERATED FILE.  DO NOT EDIT.
     docs = {
         'design' : {
                 'htmlindex' : 'book1.html',
-                'ps'        : 1,
-                'pdf'       : 1,
+                'ps'        : 0,
+                'pdf'       : 0,
                 'text'      : 0,
         },
         # This doesn't build on all systems, and the document is old
@@ -206,8 +206,8 @@ THIS IS AN AUTOMATICALLY-GENERATED FILE.  DO NOT EDIT.
         'reference' : {
                 'htmlindex' : 'book1.html',
                 'html'      : 1,
-                'ps'        : 1,
-                'pdf'       : 1,
+                'ps'        : 0,
+                'pdf'       : 0,
                 'text'      : 0,
         },
         # For whenever (if ever?) we start putting developer guide
@@ -222,8 +222,8 @@ THIS IS AN AUTOMATICALLY-GENERATED FILE.  DO NOT EDIT.
         'user' : {
                 'htmlindex' : 'book1.html',
                 'html'      : 1,
-                'ps'        : 1,
-                'pdf'       : 1,
+                'ps'        : 0,
+                'pdf'       : 0,
                 'text'      : 1,
                 'graphics'  : [
                                 'SCons-win32-install-1.jpg',
@@ -493,26 +493,26 @@ else:
 
     # PDF and PostScript and TeX are built from the
     # same invocation.
-    api_dir = os.path.join(build, 'scons-api')
-    api_pdf = os.path.join(api_dir, 'api.pdf')
-    api_ps = os.path.join(api_dir, 'api.ps')
-    api_tex = os.path.join(api_dir, 'api.tex')
-    api_targets = [api_pdf, api_ps, api_tex]
-    env.Command(api_targets, sources, epydoc_commands,
-                EPYDOC=epydoc, EPYDOCFLAGS='--pdf', OUTDIR=api_dir)
-    Local(api_targets)
-
-    pdf_install = os.path.join(build, 'PDF', 'scons-api.pdf')
-    env.InstallAs(pdf_install, api_pdf)
-    tar_deps.append(pdf_install)
-    tar_list.append(pdf_install)
-    Local(pdf_install)
-
-    ps_install = os.path.join(build, 'PS', 'scons-api.ps')
-    env.InstallAs(ps_install, api_ps)
-    tar_deps.append(ps_install)
-    tar_list.append(ps_install)
-    Local(ps_install)
+    #api_dir = os.path.join(build, 'scons-api')
+    #api_pdf = os.path.join(api_dir, 'api.pdf')
+    #api_ps = os.path.join(api_dir, 'api.ps')
+    #api_tex = os.path.join(api_dir, 'api.tex')
+    #api_targets = [api_pdf, api_ps, api_tex]
+    #env.Command(api_targets, sources, epydoc_commands,
+    #            EPYDOC=epydoc, EPYDOCFLAGS='--pdf', OUTDIR=api_dir)
+    #Local(api_targets)
+
+    #pdf_install = os.path.join(build, 'PDF', 'scons-api.pdf')
+    #env.InstallAs(pdf_install, api_pdf)
+    #tar_deps.append(pdf_install)
+    #tar_list.append(pdf_install)
+    #Local(pdf_install)
+
+    #ps_install = os.path.join(build, 'PS', 'scons-api.ps')
+    #env.InstallAs(ps_install, api_ps)
+    #tar_deps.append(ps_install)
+    #tar_list.append(ps_install)
+    #Local(ps_install)
 
 #
 # Now actually create the tar file of the documentation,
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin