09_fix-makefile.patch 598 B

12345678910111213141516171819202122
  1. Description: fix LDFLAGS and ignore docs.
  2. Author: Joao Eriberto Mota Filho <eriberto@debian.org>
  3. Last-Update: 2015-04-09
  4. Index: scrot-0.8/Makefile.am
  5. ===================================================================
  6. --- scrot-0.8.orig/Makefile.am
  7. +++ scrot-0.8/Makefile.am
  8. @@ -11,10 +11,10 @@ $(X_CFLAGS) -I$(prefix)/include -I$(incl
  9. man_MANS = scrot.1
  10. -docs_DATA = README AUTHORS ChangeLog TODO
  11. -docsdir = $(prefix)/doc/scrot
  12. +#docs_DATA = README AUTHORS ChangeLog TODO
  13. +#docsdir = $(prefix)/doc/scrot
  14. EXTRA_DIST = \
  15. -scrot.spec scrot.1 $(docs_DATA)
  16. +scrot.spec scrot.1
  17. SUBDIRS = src