summaryrefslogtreecommitdiff
path: root/misc/documancer/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'misc/documancer/files/patch-Makefile.in')
-rw-r--r--misc/documancer/files/patch-Makefile.in28
1 files changed, 0 insertions, 28 deletions
diff --git a/misc/documancer/files/patch-Makefile.in b/misc/documancer/files/patch-Makefile.in
deleted file mode 100644
index ab7b85a9409b..000000000000
--- a/misc/documancer/files/patch-Makefile.in
+++ /dev/null
@@ -1,28 +0,0 @@
---- Makefile.in.orig Tue Jul 31 01:14:33 2007
-+++ Makefile.in Tue Jul 31 01:14:11 2007
-@@ -79,7 +79,8 @@
- $(INSTALL_DATA) $(srcdir)/src/helpers/man2html/man2html.css $(DESTDIR)$(pkglibdir)/helpers/man2html
-
- # Install man2info:
-- $(INSTALL_PROG) $(srcdir)/src/helpers/info2html/{info2html,infocat} $(DESTDIR)$(pkglibdir)/helpers/info2html
-+ $(INSTALL_PROG) $(srcdir)/src/helpers/info2html/info2html $(DESTDIR)$(pkglibdir)/helpers/info2html
-+ $(INSTALL_PROG) $(srcdir)/src/helpers/info2html/infocat $(DESTDIR)$(pkglibdir)/helpers/info2html
- $(INSTALL_DATA) $(srcdir)/src/helpers/info2html/info2html.conf $(DESTDIR)$(pkglibdir)/helpers/info2html
-
- # Install Java indexer (FIXME: only if pylucene is missing!)
-@@ -88,11 +89,12 @@
- $(INSTALL_DATA) $(srcdir)/src/indexers/java/jars/*.jar $(DESTDIR)$(pkglibdir)/indexers/java/jars
-
- # Install the app:
-- (cd $(srcdir)/src ; for i in `find -name '*.py'` ; do $(INSTALL_DATA) $$i $(DESTDIR)$(pkglibdir)/`dirname $$i` ; done)
-+ (cd $(srcdir)/src ; for i in `find * -name '*.py'` ; do $(INSTALL_DATA) $$i $(DESTDIR)$(pkglibdir)/`dirname $$i` ; done)
-
- # Rewrite python location in documancer.py:
-- sed -e 's,#!/usr/bin/env python,#!/usr/bin/env $(PYTHON),g' \
-- $(srcdir)/src/documancer.py >$(DESTDIR)$(pkglibdir)/documancer.py
-+ #sed -e 's,#!/usr/bin/env python,#!/usr/bin/env $(PYTHON),g' \
-+ # $(srcdir)/src/documancer.py >$(DESTDIR)$(pkglibdir)/documancer.py
-+ $(INSTALL_DATA) $(srcdir)/src/documancer.py $(DESTDIR)$(pkglibdir)
-
-
- chmod +x $(DESTDIR)$(pkglibdir)/documancer.py