Bug 80695

Summary: [BUILD] use detected python to run generate-gtkdoc
Product: WebKit Reporter: Ionut Biru <ibiru>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: pnormand, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
use correct python when running generate-gtkdoc
none
fix syntax introduced by my previous change none

Description Ionut Biru 2012-03-09 04:30:12 PST
No documentation to install
../Tools/gtk/generate-gtkdoc --rebase --virtual-root=${DESTDIR}
	/usr/bin/env: python: No such file or directory
make[2]: *** [install-data-local] Error 127
Comment 1 Ionut Biru 2012-03-09 04:37:47 PST
Created attachment 131027 [details]
use correct python when running generate-gtkdoc
Comment 2 WebKit Review Bot 2012-03-09 07:22:29 PST
Comment on attachment 131027 [details]
use correct python when running generate-gtkdoc

Clearing flags on attachment: 131027

Committed r110296: <http://trac.webkit.org/changeset/110296>
Comment 3 WebKit Review Bot 2012-03-09 07:22:33 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Ionut Biru 2012-03-12 00:52:47 PDT
There is a syntax error in this patch. @(AM_V_GEN) instead of $(AM_V_GEN). 
How should i fix this? Separate new patch just for this change or you can revert this commit and commit a new one?
Comment 5 Ionut Biru 2012-03-12 09:52:54 PDT
Created attachment 131340 [details]
fix syntax introduced by my previous change
Comment 6 Philippe Normand 2012-03-12 10:09:56 PDT

*** This bug has been marked as a duplicate of bug 80809 ***