無法使用make建立pdf

無法使用make建立pdf

我正在嘗試編譯 Stallman 發布的 C 參考https://git.savannah.nongnu.org/cgit/c-intro-and-ref.git 當我嘗試運行時出現此錯誤make c.pdf

c-intro-and-ref$ make c.pdf 
tex c.texi
This is TeX, Version 3.141592653 (TeX Live 2022/dev/Debian) (preloaded format=tex)
(./c.texi (./texinfo.tex Loading texinfo [version 2018-01-09.11]: pdf, fonts,
markup, glyphs, 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.)
Writing index file c.fn

Overfull \hbox (30.46255pt too wide) detected at line 45
 @titlerm GNU C Language Intro and Reference Manual |
[1] (./c.tmp))
Runaway argument?
^^M^^MYou can call @code{main} from C code, as you can call any other@ETC.
! File ended while scanning use of @next.
<inserted text> 
                @par 
<*> c.texi
          
? 

我該如何解決這個問題?

編輯:我正在下載 Stallman 本週發布的 C 參考文獻。我按照本指南來獲取它https://www.i-programmer.info/news/184-cc/15705-richard-stallman-announces-c-reference.html它可以工作,但只能取得 html 格式。 c 引用稱為 c.tex,我想使用 git 儲存庫中提供的 MAKEFILE 並從中建立一個 c.pdf。當我收到此錯誤時,我不知道該怎麼辦,它只會導致 pdf 文件獲取其第一頁,而不是其餘頁面。我編輯了圖像以顯示程式碼區塊

EDIT2:大家好,.texi 檔案似乎有問題,而不是我認為不起作用的 makefile。有些人已經在這裡製作了pdfhttps://www.cyberciti.biz/files/GNU-C-Language-Manual/GNU%20C%20Language%20Manual.pdf但他/她沒有具體說明他們是如何解決問題的。

相關內容