Blame lang/python/doc/Makefile.am

Packit Service 30b792
# Makefile.am for the Python bindings.
Packit Service 30b792
# Copyright (C) 2019 g10 Code GmbH
Packit Service 30b792
#
Packit Service 30b792
# This file is part of GPGME.
Packit Service 30b792
#
Packit Service 30b792
# GPGME is free software; you can redistribute it and/or modify it
Packit Service 30b792
# under the terms of the GNU Lesser General Public License as
Packit Service 30b792
# published by the Free Software Foundation; either version 2.1 of the
Packit Service 30b792
# License, or (at your option) any later version.
Packit Service 30b792
#
Packit Service 30b792
# GPGME is distributed in the hope that it will be useful, but WITHOUT
Packit Service 30b792
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
Packit Service 30b792
# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General
Packit Service 30b792
# Public License for more details.
Packit Service 30b792
#
Packit Service 30b792
# You should have received a copy of the GNU Lesser General Public
Packit Service 30b792
# License along with this program; if not, see <https://gnu.org/licenses/>.
Packit Service 30b792
# SPDX-License-Identifier: LGPL-2.1-or-later
Packit Service 30b792
Packit Service 30b792
# Created by:
Packit Service 30b792
# find . -type f -print | sed 's/^.\//             /;$q;s/$/ \\/' | sort
Packit Service 30b792
EXTRA_DIST = texinfo/what-was-new.texi \
Packit Service 30b792
             meta/old-commits.log \
Packit Service 30b792
             meta/TODO.org \
Packit Service 30b792
             README \
Packit Service 30b792
             rst/_build/README \
Packit Service 30b792
             rst/conf.py \
Packit Service 30b792
             rst/gpgme-python-howto.rst \
Packit Service 30b792
             rst/index.rst \
Packit Service 30b792
             rst/maintenance-mode.rst \
Packit Service 30b792
             rst/short-history.rst \
Packit Service 30b792
             rst/_static/README \
Packit Service 30b792
             rst/_templates/README \
Packit Service 30b792
             rst/what-is-new.rst \
Packit Service 30b792
             rst/what-was-new.rst \
Packit Service 30b792
             src/gpgme-python-howto \
Packit Service 30b792
             src/index \
Packit Service 30b792
             src/maintenance-mode \
Packit Service 30b792
             src/short-history \
Packit Service 30b792
             src/what-is-new \
Packit Service 30b792
             src/what-was-new \
Packit Service 30b792
             texinfo/gpgme-python-howto.texi \
Packit Service 30b792
             texinfo/index.texi \
Packit Service 30b792
             texinfo/maintenance-mode.texi \
Packit Service 30b792
             texinfo/short-history.texi \
Packit Service 30b792
             texinfo/texinfo.tex \
Packit Service 30b792
             texinfo/what-is-new.texi \
Packit Service 30b792
             texinfo/what-was-new.texi