#1954: 'make docs' target:  Why are these files not installed?
---------------------+------------------------------------------------------
 Reporter:  jkeenan  |       Owner:  jkeenan 
     Type:  bug      |      Status:  assigned
 Priority:  minor    |   Milestone:          
Component:  docs     |     Version:  2.11.0  
 Severity:  low      |    Keywords:          
     Lang:           |       Patch:  new     
 Platform:           |  
---------------------+------------------------------------------------------

Comment(by jkeenan):

 Replying to [comment:11 mikehh]:
 > I am still getting a configuration failure on the branch.
 > [from a new clone]
 >
 > {{{
 > $ git checkout tt1954_eliminate_make_docs

 I wonder:  Shouldn't that have been:
 {{{
 git checkout -b tt1954_eliminate_make_docs
 }}}
 ... on a sufficiently modern version of `git`?

 On my older version of `git`, I did this:
 {{{
 $> git clone [email protected]:parrot/parrot.git
 $> cd parrot
 $> git checkout --track -b tt1954_eliminate_make_docs
 $> perl Configure.pl && make && make html
 }}}
 resulting in:
 {{{
 make[1]: Entering directory `/home/jimk/tmp/parrot/docs'
 /usr/local/bin/perl -I../lib ../tools/docs/make_html_docs.pl
    --version=3.0.0-devel
 make[1]: Leaving directory `/home/jimk/tmp/parrot/docs'

 $> find docs/html -type f -name '*.html' | wc -l
 234
 }}}
 So I can't reproduce your failure.

 kid51

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1954#comment:13>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to