Don't automatically build doc/
we only want to build doc/ when doing arch-indep builds
IOhannes m zmölnig
12 years ago
| 0 | Description: build doxygen documentation during built | |
| 0 | Description: fix install target for doc | |
| 1 | 1 | Author: IOhannes m zmölnig <umlaeute@debian.org> |
| 2 | 2 | Last-Update: 2014-05-20 |
| 3 | 3 | --- |
| 4 | 4 | This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ |
| 5 | --- frei0r.orig/Makefile.am | |
| 6 | +++ frei0r/Makefile.am | |
| 7 | @@ -10,7 +10,7 @@ | |
| 8 | ||
| 9 | ACLOCAL_AMFLAGS= -I m4 | |
| 10 | ||
| 11 | -SUBDIRS=src include | |
| 12 | +SUBDIRS=src include doc | |
| 13 | ||
| 14 | pkgconfigdir = $(libdir)/pkgconfig | |
| 15 | pkgconfig_DATA = frei0r.pc | |
| 16 | 5 | --- frei0r.orig/doc/Makefile.am |
| 17 | 6 | +++ frei0r/doc/Makefile.am |
| 18 | 7 | @@ -22,10 +22,10 @@ |