File: ignore_latext_exit_code.patch

package info (click to toggle)
avr-libc 1%3A1.8.0%2BAtmel3.4.4-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,512 kB
  • ctags: 5
  • sloc: makefile: 64; sh: 1
file content (19 lines) | stat: -rw-r--r-- 663 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** libc/avr-libc/doc/api/Makefile.am.org	2014-06-04 12:52:19.029957750 +0200
--- libc/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