This is a package of some commandline utilities relating to inotify. The general purpose of this package is to allow inotify's features to be used from within shell scripts. ok ajacoutot@
13 lines
401 B
Plaintext
13 lines
401 B
Plaintext
$OpenBSD: patch-libinotifytools_src_Makefile_am,v 1.1.1.1 2016/01/23 16:04:48 landry Exp $
|
|
--- libinotifytools/src/Makefile.am.orig Sat Jan 23 13:07:29 2016
|
|
+++ libinotifytools/src/Makefile.am Sat Jan 23 13:07:42 2016
|
|
@@ -21,7 +21,7 @@ if DOXYGEN_ENABLE
|
|
doc/html/*: inotifytools.c Doxyfile
|
|
$(DOXYGEN)
|
|
|
|
-shareddocdir = $(datadir)/doc
|
|
+docdir = $(datadir)/doc
|
|
doc_DATA = doc/html/*
|
|
|
|
clean-local:
|