Makefile.am (scrot-1.7.tar.bz2) | : | Makefile.am (scrot-1.8) | ||
---|---|---|---|---|
# Copyright 1999-2000 Tom Gilbert <tom@linuxbrit.co.uk, | # Copyright 1999-2000 Tom Gilbert <tom@linuxbrit.co.uk, | |||
# gilbertt@linuxbrit.co.uk, | # gilbertt@linuxbrit.co.uk, | |||
# scrot_sucks@linuxbrit.co.uk> | # scrot_sucks@linuxbrit.co.uk> | |||
# Copyright 2015-2019 Joao Eriberto Mota Filho <eriberto@eriberto.pro.br> | # Copyright 2015-2019 Joao Eriberto Mota Filho <eriberto@eriberto.pro.br> | |||
# Copyright 2019-2021 Daniel T. Borelli <danieltborelli@gmail.com> | # Copyright 2019-2021 Daniel T. Borelli <danieltborelli@gmail.com> | |||
# Copyright 2021 Guilherme Janczak <guilherme.janczak@yandex.com> | # Copyright 2021 Guilherme Janczak <guilherme.janczak@yandex.com> | |||
# Copyright 2022 Sam James <sam@cmpct.info> | ||||
# | # | |||
# Permission is hereby granted, free of charge, to any person obtaining a copy | # Permission is hereby granted, free of charge, to any person obtaining a copy | |||
# of this software and associated documentation files (the "Software"), to | # of this software and associated documentation files (the "Software"), to | |||
# deal in the Software without restriction, including without limitation the | # deal in the Software without restriction, including without limitation the | |||
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or | # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or | |||
# sell copies of the Software, and to permit persons to whom the Software is | # sell copies of the Software, and to permit persons to whom the Software is | |||
# furnished to do so, subject to the following conditions: | # furnished to do so, subject to the following conditions: | |||
# | # | |||
# The above copyright notice and this permission notice shall be included in | # The above copyright notice and this permission notice shall be included in | |||
# all copies of the Software and its documentation and acknowledgment shall be | # all copies of the Software and its documentation and acknowledgment shall be | |||
skipping to change at line 36 | skipping to change at line 37 | |||
## Process this file with automake to produce Makefile.in | ## Process this file with automake to produce Makefile.in | |||
AUTOMAKE_OPTIONS = 1.10 foreign | AUTOMAKE_OPTIONS = 1.10 foreign | |||
# A list of all the files in the current directory which can be regenerated | # A list of all the files in the current directory which can be regenerated | |||
MAINTAINERCLEANFILES = Makefile.in | MAINTAINERCLEANFILES = Makefile.in | |||
man_MANS = man/scrot.1 | man_MANS = man/scrot.1 | |||
docs_DATA = README.md AUTHORS ChangeLog doc/scrot.png | dist_doc_DATA = README.md AUTHORS ChangeLog FAQ doc/scrot.png | |||
docsdir = $(prefix)/share/doc/scrot | ||||
EXTRA_DIST = man/scrot.1 $(docs_DATA) | EXTRA_DIST = $(man_MANS) | |||
SUBDIRS = src | SUBDIRS = src | |||
distclean-local: | distclean-local: | |||
-rm -rf autom4te.cache/ | -rm -rf autom4te.cache/ | |||
-rm -f *~ \ | -rm -f *~ \ | |||
src/*~ \ | src/*~ \ | |||
aclocal.m4 \ | aclocal.m4 \ | |||
compile \ | compile \ | |||
End of changes. 3 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added |