a0e6fc0b38
software for intranet and internet servers. mnoGoSearch for UNIX is a free software covered by the GNU General Public License and mnoGoSearch for Windows is a commercial search software version. mnoGoSearch software has a number of unique features, which makes it appropriate for a wide range of applications from search within your site to specialized search systems such as cooking recipes or newspaper searches, ftp archive search, MP3 search, news articles search or even national-wide portal search engine.
17 lines
604 B
Text
17 lines
604 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2004/02/10 12:09:32 adrian_p Exp $
|
|
|
|
--- doc/Makefile.in.orig Tue Feb 10 10:54:41 2004
|
|
+++ doc/Makefile.in Tue Feb 10 10:55:11 2004
|
|
@@ -362,9 +362,9 @@
|
|
|
|
|
|
install-data-local:
|
|
- $(mkinstalldirs) $(DESTDIR)$(prefix)/doc
|
|
- echo ${INSTALL_DATA} docs $(DESTDIR)$(prefix)/doc/
|
|
- ${INSTALL_DATA} ${txt_DOCS} $(DESTDIR)$(prefix)/doc/
|
|
+ $(mkinstalldirs) $(DESTDIR)$(prefix)/share/doc/mnogosearch
|
|
+ echo ${INSTALL_DATA} docs $(DESTDIR)$(prefix)/share/doc/mnogosearch/
|
|
+ ${INSTALL_DATA} ${txt_DOCS} $(DESTDIR)$(prefix)/share/doc/mnogosearch/
|
|
|
|
uninstall-local:
|
|
list='${txt_DOCS}'; \
|