[O] org-version.inc missing

2012-11-13 Thread davidam
Hi,

I'm trying make texi2pdf to orgguide.texi with some troubles. IMHO someone
has forgotten make git push to org-version.inc

$ git clone git://orgmode.org/org-mode.git

org-mode/doc$ texi2pdf orgguide.texi
This is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012/Debian)
 restricted \write18 enabled.
entering extended mode
(./orgguide.texi (./texinfo.tex Loading texinfo [version 2012-01-03.18]: pdf,
fonts, page headings, tables, conditionals, indexing, sectioning, toc,
environments, defuns, macros, cross references, insertions,
(/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
This is `epsf.tex' v2.7.4 14 February 2011
) localization, formatting, and turning on texinfo input format.)
./orgguide.texi:6: I can't find file `org-version.inc'.
@temp -@input org-version.inc

@includezzz ...and @input #1 }@expandafter }@temp
  @popthisfilestack
l.6 @include org-version.inc

(Press Enter to retry, or Control-D to exit)
Please type another input file name: ^C./orgguide.texi:6: I can't find file
`org-version.inc'.
@temp -@input org-version.inc

@includezzz ...and @input #1 }@expandafter }@temp
  @popthisfilestack
l.6 @include org-version.inc

(Press Enter to retry, or Control-D to exit)
Please type another input file name:




Re: [O] org-version.inc missing

2012-11-13 Thread Bastien
Hi David,

davi...@es.gnu.org writes:

 I'm trying make texi2pdf to orgguide.texi with some troubles. IMHO someone
 has forgotten make git push to org-version.inc

org-version.inc is generated by the Makefile. 

What does `make pdf' do for you?

-- 
 Bastien



Re: [O] org-version.inc missing

2012-11-13 Thread David Arroyo Menéndez

Thanks!

make pdf is ok!

Bastien b...@altern.org writes:

 Hi David,

 davi...@es.gnu.org writes:

 I'm trying make texi2pdf to orgguide.texi with some troubles. IMHO someone
 has forgotten make git push to org-version.inc

 org-version.inc is generated by the Makefile. 

 What does `make pdf' do for you?