| OLD | NEW |
| 1 diff -rupN ./man/Makefile ../cups-1.5.3-patched/man/Makefile | 1 diff -rupN ./man/Makefile ../cups-1.5.3-patched/man/Makefile |
| 2 --- ./man/Makefile 2014-01-31 20:19:55.000000000 +0400 | 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 | 3 +++ ../cups-1.5.3-patched/man/Makefile 2014-01-31 20:21:56.449781676 +0400 |
| 4 @@ -69,6 +69,12 @@ MAN8 = cupsaccept.$(MAN8EXT) \ | 4 @@ -69,6 +69,12 @@ MAN8 = cupsaccept.$(MAN8EXT) \ |
| 5 | 5 |
| 6 LANGUAGES=de fr | 6 LANGUAGES=de fr |
| 7 | 7 |
| 8 +# Man pages build may fail. We don't need those in instrumented builds anyway. | 8 +# Man pages build may fail. We don't need those in instrumented builds anyway. |
| 9 +MAN1 = | 9 +MAN1 = |
| 10 +MAN5 = | 10 +MAN5 = |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 lpc.$(MAN8EXT) | 22 lpc.$(MAN8EXT) |
| 23 | 23 |
| 24 +# Man pages build may fail. We don't need those in instrumented builds anyway. | 24 +# Man pages build may fail. We don't need those in instrumented builds anyway. |
| 25 +MAN1 = | 25 +MAN1 = |
| 26 +MAN5 = | 26 +MAN5 = |
| 27 +MAN7 = | 27 +MAN7 = |
| 28 +MAN8 = | 28 +MAN8 = |
| 29 | 29 |
| 30 # | 30 # |
| 31 # Make everything... | 31 # Make everything... |
| OLD | NEW |