File: disable-latex-for-now.diff

package info (click to toggle)
graphite2 1.3.14-9
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 23,588 kB
  • sloc: cpp: 14,738; cs: 1,998; python: 1,737; ansic: 1,673; perl: 184; xml: 123; sh: 96; makefile: 62
file content (11 lines) | stat: -rw-r--r-- 317 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
--- a/doc/CMakeLists.txt-old	2025-08-17 22:58:45.174243324 +0200
+++ b/doc/CMakeLists.txt	2025-08-17 22:58:53.994343765 +0200
@@ -5,7 +5,7 @@
 find_program(A2X a2x)
 find_program(DBLATEX dblatex)
 find_program(DOXYGEN doxygen)
-find_program(LATEX pdflatex)
+#find_program(LATEX pdflatex)
 
 set(DOC_DEPENDS)
 if(A2X)