Sha256: 75d4c1deec9ac21d6fabb1ddb0ee86c203e034a87eabc08b3e591a522ede8c1b

Contents?: true

Size: 802 Bytes

Versions: 48

Compression:

Stored size: 802 Bytes

Contents

#! /usr/bin/env ruby

require 'autoproj'
require 'autoproj/cmdline'

user_selection = Autoproj.silent do
    Autoproj::CmdLine.initialize_root_directory
    Autoproj::CmdLine.initialize_and_load(ARGV)
end

user_selection = user_selection.map do |arg|
    if File.directory?(arg)
        File.expand_path(arg)
    else arg
    end
end

Autobuild.pass_doc_errors = false

Autoproj::CmdLine.report do
    resolved_selection = Autoproj::CmdLine.
        resolve_user_selection(user_selection, :filter => false)
    # This calls #prepare, which is required to run build_packages
    packages = Autoproj::CmdLine.import_packages(resolved_selection)
    packages.each { |pkg| Autobuild::Package[pkg].disable_phases('import', 'prepare', 'install') }
    Autobuild.apply(packages, "autoproj-doc", ['doc'])
end

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
autoproj-1.13.0.b4 bin/autoproj-doc
autoproj-1.13.0.b3 bin/autoproj-doc
autoproj-1.13.0.b2 bin/autoproj-doc
autoproj-1.13.0.b1 bin/autoproj-doc
autoproj-1.12.5 bin/autoproj-doc
autoproj-1.12.4 bin/autoproj-doc
autoproj-1.12.3 bin/autoproj-doc
autoproj-1.12.2 bin/autoproj-doc
autoproj-1.12.1 bin/autoproj-doc
autoproj-1.12.0 bin/autoproj-doc
autoproj-1.11.0.rc15 bin/autoproj-doc
autoproj-1.11.0.rc14 bin/autoproj-doc
autoproj-1.11.0.rc13 bin/autoproj-doc
autoproj-1.11.0.rc12 bin/autoproj-doc
autoproj-1.11.0.rc11 bin/autoproj-doc
autoproj-1.11.0.rc10 bin/autoproj-doc
autoproj-1.11.0.rc9 bin/autoproj-doc
autoproj-1.11.0.rc8 bin/autoproj-doc
autoproj-1.11.0.rc7 bin/autoproj-doc
autoproj-1.11.0.rc6 bin/autoproj-doc