diff options
author | Eric Anholt <anholt@freebsd.org> | 2005-07-03 00:02:27 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2005-07-03 00:02:27 +0000 |
commit | c010a3f076b2f93e2baf4a9472bf5f132266d2db (patch) | |
tree | 4843cb1ed4814b36754916c61d7430a51d6171b6 | |
parent | 0881bb3ce0ea793e279fcc8ddd16de6ed7e17471 (diff) |
There are no manpages in this directory, so don't try to include them in
EXTRA_DIST. Should fix the build.
Reported by: tinderbox
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7a8f39b..3355bdd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,4 +28,4 @@ AM_CFLAGS = $(XRENDER_CFLAGS) $(XFIXES_CFLAGS) $(X_CFLAGS) pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xcursor.pc -EXTRA_DIST = $(man_MANS) xcursor.pc.in autogen.sh +EXTRA_DIST = xcursor.pc.in autogen.sh |