diff options
author | Philip Paeps <philip@FreeBSD.org> | 2010-09-22 10:08:04 +0000 |
---|---|---|
committer | Philip Paeps <philip@FreeBSD.org> | 2010-09-22 10:08:04 +0000 |
commit | 42d6ae5caaad09abadc09917081d7c5c4eb79967 (patch) | |
tree | e4907ebe6c57bacefcec74bbdc6a4a52bae2d59e /games/wesnoth-devel | |
parent | ffd77e650883efcba2063703f166488affcc74ea (diff) |
Notes
Diffstat (limited to 'games/wesnoth-devel')
-rw-r--r-- | games/wesnoth-devel/files/patch-Makefile.am | 18 | ||||
-rw-r--r-- | games/wesnoth-devel/files/patch-configure.ac | 12 |
2 files changed, 0 insertions, 30 deletions
diff --git a/games/wesnoth-devel/files/patch-Makefile.am b/games/wesnoth-devel/files/patch-Makefile.am index 82b281364b79..de5aa49d2456 100644 --- a/games/wesnoth-devel/files/patch-Makefile.am +++ b/games/wesnoth-devel/files/patch-Makefile.am @@ -16,21 +16,3 @@ if TINYGUI @echo "Shrink installed images by a factor of two." (cd $(top_srcdir) && find data/core/images data/campaigns images \( $(findfilterflags) -a -name '*.png' -and -not -name 'bar-energy-tinygui.png' -print \) ) | while read p; do \ ---- Makefile.am~ -+++ Makefile.am -@@ -73,6 +73,7 @@ if INSTALLDATA - echo $(INSTALL_DATA) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \ - $(INSTALL_DATA) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \ - done -+if INSTALLDOCS - @echo "Replicate doc directory skeleton under target doc subdirectory" - @echo "Then copy all corresponding files." - test -z "$(docdir)" || $(mkdir_p) "$(DESTDIR)$(docdir)" -@@ -84,6 +85,7 @@ if INSTALLDATA - echo $(INSTALL_DATA) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \ - $(INSTALL_DATA) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; cd ..; \ - done -+endif - if TINYGUI - @echo "Shrink installed images by a factor of two." - (cd $(top_srcdir) && find data/core/images data/campaigns images \( $(findfilterflags) -a -name '*.png' -and -not -name 'bar-energy-tinygui.png' -print \) ) | while read p; do \ diff --git a/games/wesnoth-devel/files/patch-configure.ac b/games/wesnoth-devel/files/patch-configure.ac index ce09b59833da..085fdc8bc712 100644 --- a/games/wesnoth-devel/files/patch-configure.ac +++ b/games/wesnoth-devel/files/patch-configure.ac @@ -21,15 +21,3 @@ AC_ARG_ENABLE([game], AS_HELP_STRING([--disable-game], [disable compilation of game]), -@@ -213,6 +213,11 @@ esac - AC_SUBST([FULLLOCALEDIR]) - AC_SUBST([HAS_RELATIVE_LOCALEDIR]) - -+AC_ARG_WITH([docs], -+ AS_HELP_STRING([--without-docs], [don't install wesnoth manual]), -+ [docs=$withval], -+ [docs=yes]) -+AM_CONDITIONAL([INSTALLDOCS], [test x$docs = xyes]) - - AC_ARG_ENABLE([game], - AS_HELP_STRING([--disable-game], [disable compilation of game]), |