| OLD | NEW |
| (Empty) |
| 1 diff -rupN ./man/Makefile ../cups-1.5.3-patched/man/Makefile | |
| 2 --- ./man/Makefile 2014-01-31 20:19:55.000000000 +0400 | |
| 3 +++ ../cups-1.5.3-patched/man/Makefile 2014-01-31 20:21:56.449781676 +0400 | |
| 4 @@ -69,6 +69,12 @@ MAN8 = cupsaccept.$(MAN8EXT) \ | |
| 5 | |
| 6 LANGUAGES=de fr | |
| 7 | |
| 8 +# Man pages build may fail. We don't need those in instrumented builds anyway. | |
| 9 +MAN1 = | |
| 10 +MAN5 = | |
| 11 +MAN7 = | |
| 12 +MAN8 = | |
| 13 + | |
| 14 # | |
| 15 # Make everything... | |
| 16 # | |
| 17 diff -rupN ./man/Makefile.l10n ../cups-1.5.3-patched/man/Makefile.l10n | |
| 18 --- ./man/Makefile.l10n 2014-01-31 20:19:55.000000000 +0400 | |
| 19 +++ ../cups-1.5.3-patched/man/Makefile.l10n 2014-01-31 20:22:13.889535988 +0
400 | |
| 20 @@ -57,6 +57,11 @@ MAN8 = cupsaccept.$(MAN8EXT) \ | |
| 21 lpmove.$(MAN8EXT) \ | |
| 22 lpc.$(MAN8EXT) | |
| 23 | |
| 24 +# Man pages build may fail. We don't need those in instrumented builds anyway. | |
| 25 +MAN1 = | |
| 26 +MAN5 = | |
| 27 +MAN7 = | |
| 28 +MAN8 = | |
| 29 | |
| 30 # | |
| 31 # Make everything... | |
| OLD | NEW |