Uploaded image for project: 'Subversion'
  1. Subversion
  2. SVN-1329

obsolete info files

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • all
    • unscheduled
    • docs
    • None
    • Linux

    Description

      this patch removes the info files from the make install file list:
      
      I'm not sure if they are still needed, everything else is provided as html
      
      Index: build.conf
      ===================================================================
      --- build.conf	(revision 5981)
      +++ build.conf	(working copy)
      @@ -72,10 +72,6 @@
       	$(SVN_APRUTIL_LIBS) $(SVN_APR_LIBS) $(NEON_LIBS)
       manpages = subversion/clients/cmdline/man/svn.1
        subversion/svnadmin/svnadmin.1
      -infopages =  doc/programmer/design/svn-design.info
      - doc/programmer/design/svn-design.info-1
      - doc/programmer/design/svn-design.info-2
      - doc/programmer/design/svn-design.info-3
       
       # The subversion repository administration tool
       [svnadmin]
      Index: build/generator/gen_base.py
      ===================================================================
      --- build/generator/gen_base.py	(revision 5981)
      +++ build/generator/gen_base.py	(working copy)
      @@ -47,7 +47,6 @@
           self.fs_test_deps = [ ]
           self.target_dirs = { }
           self.manpages = [ ]
      -    self.infopages = [ ]
           self.graph = DependencyGraph()
       
           if not hasattr(self, 'skip_targets'):
      @@ -104,7 +103,6 @@
             target_ob.add_dependencies(parser.get(target, 'sources'), self.graph)
       
             self.manpages.extend(string.split(parser.get(target, 'manpages')))
      -      self.infopages.extend(string.split(parser.get(target, 'infopages')))
       
             if type not in ('script', 'project', 'external', 'utility'):
               # collect test programs
      @@ -565,7 +563,6 @@
         'sources' : '',
         'libs' : '',
         'manpages' : '',
      -  'infopages' : '',
         'custom' : '',
         'install' : '',
         'testing' : '',
      Index: build/generator/gen_make.py
      ===================================================================
      --- build/generator/gen_make.py	(revision 5981)
      +++ build/generator/gen_make.py	(working copy)
      @@ -205,7 +205,6 @@
                            string.join(self.test_progs + self.scripts))
       
           self.ofile.write('MANPAGES = %s\n\n' % string.join(self.manpages))
      -    self.ofile.write('INFOPAGES = %s\n\n' % string.join(self.infopages))
       
           for objname, sources in self.graph.get_deps(gen_base.DT_SWIG_C):
             deps = string.join(sources)
      

      Original issue reported by olh

      Attachments

        Activity

          People

            Unassigned Unassigned
            subversion-importer Subversion Importer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: