diff options
Diffstat (limited to 'games/wesnoth-devel/files/patch-Makefile.am')
-rw-r--r-- | games/wesnoth-devel/files/patch-Makefile.am | 18 |
1 files changed, 0 insertions, 18 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 \ |