Skip to content

Commit 5609749

Browse files
committed
doc: drop unused tex files
Remove tex header templates only used in latex document generation. Clarify the HACKING document to reflect no pdf/latex Fixes: 9443856 doc: drop latex support
1 parent 23fc65d commit 5609749

26 files changed

+4
-1537
lines changed

doc/HACKING

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ libopencm3 Documentation
44

55
Each family and subfamily of devices has a separate directory and configuration
66
files. Doxygen is run independently on each of these and the result is
7-
integrated under a single HTML page. LaTeX and pdf files are produced
8-
separately. Due to relative referencing used in the files, the directory
7+
integrated under a single HTML page.
8+
Due to relative referencing used in the files, the directory
99
structure is important and should be maintained.
10+
The Makefile will automatically generate the list of input files based on the
11+
current library makefiles, so you _must_ have run built the library itself first.
1012

1113
Each of the subdirectories has a configuration file, a layout file and
1214
subdirectories for the documentation. Doxygen is intended to be run inside
@@ -102,13 +104,3 @@ LAYOUT_FILE = DoxygenLayout.xml
102104
WARN_LOGFILE = doxygen.log
103105
TAGFILES = cm3/cm3.tag=../cm3/html plus all families to be included.
104106

105-
Generation of PDF
106-
-----------------
107-
108-
The needs for pdf documents differ from HTML so separate Doxyfile_latex
109-
files are provided.
110-
111-
@INCLUDE = ../Doxyfile_common
112-
GENERATE_LATEX = YES
113-
GENERATE_HTML = NO
114-

doc/efm32g/header_efm32g.tex

Lines changed: 0 additions & 61 deletions
This file was deleted.

doc/efm32gg/header_efm32gg.tex

Lines changed: 0 additions & 61 deletions
This file was deleted.

doc/efm32hg/header_efm32hg.tex

Lines changed: 0 additions & 61 deletions
This file was deleted.

doc/efm32lg/header_efm32lg.tex

Lines changed: 0 additions & 61 deletions
This file was deleted.

doc/efm32tg/header_efm32tg.tex

Lines changed: 0 additions & 61 deletions
This file was deleted.

doc/lm3s/header_lm3s.tex

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)