ports/graphics/xviewer/files/patch-Makefile.am
Tijl Coosemans dc1885926d graphics/xviewer: eliminate gtk-doc dependency
It was only needed for autoreconf.  The documentation was never
installed.

PR:		263970
2022-05-27 11:11:04 +02:00

11 lines
271 B
Text

--- Makefile.am.orig 2021-12-31 13:12:10 UTC
+++ Makefile.am
@@ -2,7 +2,7 @@ endif
jpeg_DIRS = jpegutils
endif
-SUBDIRS = $(jpeg_DIRS) cut-n-paste src po help data doc
+SUBDIRS = $(jpeg_DIRS) cut-n-paste src po help data
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}