openbsd-ports/devel/geany/patches/patch-doc_Makefile_in
ajacoutot fd275570d4 - don't force -Os gcc optimisation
- install locales in correct directory
- USE_LIBTOOL
- add desktop-file-utils goo
- add p5-XML-Parser to BUILD_DEPENDS
- remove useless docs
- small other cleanups

ok landry@
2007-10-12 09:44:21 +00:00

16 lines
849 B
Plaintext

$OpenBSD: patch-doc_Makefile_in,v 1.1 2007/10/12 09:44:21 ajacoutot Exp $
--- doc/Makefile.in.orig Fri Oct 12 10:53:01 2007
+++ doc/Makefile.in Fri Oct 12 10:53:21 2007
@@ -452,11 +452,6 @@ install-data-local:
$(INSTALL_DATA) $(srcdir)/geany.html $(DOCDIR)/html/index.html
$(INSTALL_DATA) $(srcdir)/geany.txt $(DOCDIR)/manual.txt
$(INSTALL_DATA) $(top_srcdir)/README $(DOCDIR)
- $(INSTALL_DATA) $(top_srcdir)/ChangeLog $(DOCDIR)
- $(INSTALL_DATA) $(top_srcdir)/NEWS $(DOCDIR)
- $(INSTALL_DATA) $(top_srcdir)/COPYING $(DOCDIR)
- $(INSTALL_DATA) $(top_srcdir)/AUTHORS $(DOCDIR)
- $(INSTALL_DATA) $(top_srcdir)/TODO $(DOCDIR)
$(INSTALL_DATA) $(top_srcdir)/scintilla/License.txt $(DOCDIR)/ScintillaLicense.txt
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.