File: ignore_latext_exit_code.patch

package info (click to toggle)
avr-libc 1%3A2.0.0%2BAtmel3.6.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 92,996 kB
  • sloc: ansic: 424,264; asm: 8,502; sh: 6,014; makefile: 1,231; python: 1,009; perl: 509; pascal: 460; cpp: 11
file content (19 lines) | stat: -rw-r--r-- 653 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** avr-libc/doc/api/Makefile.am.org	2014-06-04 12:52:19.029957750 +0200
--- avr-libc/doc/api/Makefile.am	2014-06-04 12:52:32.273985630 +0200
***************
*** 227,233 ****
  dox-pdf: $(USER_MANUAL).pdf
  
  $(USER_MANUAL).pdf: latex_src/refman.tex
! 	cd latex_src && ${MAKE} refman.pdf
  	cp latex_src/refman.pdf $(USER_MANUAL).pdf
  
  # Install rules for the various documentation parts.  The actual
--- 227,233 ----
  dox-pdf: $(USER_MANUAL).pdf
  
  $(USER_MANUAL).pdf: latex_src/refman.tex
! 	-cd latex_src && ${MAKE} refman.pdf
  	cp latex_src/refman.pdf $(USER_MANUAL).pdf
  
  # Install rules for the various documentation parts.  The actual