254f0cf6c4
- fix permission for binary and high score file - drop deprecated keywords from plist
26 lines
820 B
Text
26 lines
820 B
Text
--- Makefile.in.orig 2011-03-06 20:00:43 UTC
|
|
+++ Makefile.in
|
|
@@ -359,7 +359,7 @@
|
|
dist_pixmaps_DATA = $(PACKAGE).xpm
|
|
applications_DATA = $(PACKAGE).desktop
|
|
dist_man_MANS = toppler.6
|
|
-dist_pkgdoc_DATA = AUTHORS COPYING ChangeLog NEWS README
|
|
+dist_pkgdoc_DATA = AUTHORS ChangeLog README
|
|
dist_pkgdata_DATA = \
|
|
toppler.dat toppler.ogg \
|
|
m1.ttm m2.ttm ball1.ttm ball2.ttm ball3.ttm abc.ttm pasi2.ttm david1.ttm
|
|
@@ -1086,14 +1086,12 @@
|
|
install-dist_pkgdataDATA install-dist_pkgdocDATA \
|
|
install-dist_pkglocalstateDATA install-man
|
|
@$(NORMAL_INSTALL)
|
|
- $(MAKE) $(AM_MAKEFLAGS) install-data-hook
|
|
install-dvi: install-dvi-recursive
|
|
|
|
install-dvi-am:
|
|
|
|
install-exec-am: install-binPROGRAMS
|
|
@$(NORMAL_INSTALL)
|
|
- $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
|
|
install-html: install-html-recursive
|
|
|
|
install-html-am:
|