File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8181
8282namespace :gen do
8383 desc "Create a specification PDF for +profile_family+"
84- task :profile_pdf , [ :profile_family ] => [ "gen: arch" ] do |_t , args |
84+ task :profile_pdf , [ :profile_family ] => [ "#{ $root } /.stamps/ arch-gen-_64.stamp " ] do |_t , args |
8585 family_name = args [ :profile_family ]
8686 raise ArgumentError , "Missing required option +profile_family+" if family_name . nil?
8787
@@ -92,7 +92,7 @@ namespace :gen do
9292 end
9393
9494 desc "Create a specification HTML for +profile_family+"
95- task :profile_html , [ :profile_family ] => [ "gen: arch" ] do |_t , args |
95+ task :profile_html , [ :profile_family ] => [ "#{ $root } /.stamps/ arch-gen-_64.stamp " ] do |_t , args |
9696 family_name = args [ :profile_family ]
9797 raise ArgumentError , "Missing required option +profile_family+" if family_name . nil?
9898
You can’t perform that action at this time.
0 commit comments