freebsd-ports/textproc/pspell/files/patch-ac
Ade Lovett ba74761a29 Add pspell, a library to provide a generic interface to
installed spell checker libraries (aspell, ispell, etc..)
2000-06-13 23:01:16 +00:00

15 lines
432 B
Text

--- Makefile.in.orig Sun Jun 11 02:09:26 2000
+++ Makefile.in Tue Jun 13 13:49:49 2000
@@ -81,7 +81,11 @@
AUTOMAKE_OPTIONS = foreign
-SUBDIRS = modules @libltdl_dir@ interface manual examples scripts data
+ifndef NOPORTDOCS
+MANUALSUBDIR = manual
+endif
+
+SUBDIRS = modules @libltdl_dir@ interface $(MANUALSUBDIR) examples scripts data
EXTRA_DIST = README-CVS autoconf-exeext.patch
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4