Sha256: 89175e43df759ce89a808413e99d4fe144f62f6ab0b2c0b4fc6577ba28c4b2f2

Contents?: true

Size: 823 Bytes

Versions: 26

Compression:

Stored size: 823 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') }
    Autoproj::CmdLine.build_packages(resolved_selection, packages, ['doc'])
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
autoproj-1.10.2 bin/autoproj-doc
autoproj-1.10.1 bin/autoproj-doc
autoproj-1.10 bin/autoproj-doc
autoproj-1.10.rc1 bin/autoproj-doc
autoproj-1.9.7.rc23 bin/autoproj-doc
autoproj-1.9.7.rc22 bin/autoproj-doc
autoproj-1.9.7.rc21 bin/autoproj-doc
autoproj-1.9.7.rc20 bin/autoproj-doc
autoproj-1.9.7.rc19 bin/autoproj-doc
autoproj-1.9.7.rc18 bin/autoproj-doc
autoproj-1.9.7.rc17 bin/autoproj-doc
autoproj-1.9.7.rc16 bin/autoproj-doc
autoproj-1.9.7.rc15 bin/autoproj-doc
autoproj-1.9.7.rc14 bin/autoproj-doc
autoproj-1.9.7.rc13 bin/autoproj-doc
autoproj-1.9.7.rc12 bin/autoproj-doc
autoproj-1.9.7.rc11 bin/autoproj-doc
autoproj-1.9.7.rc10 bin/autoproj-doc
autoproj-1.9.7.rc9 bin/autoproj-doc
autoproj-1.9.7.rc7 bin/autoproj-doc