Blame doc/Makefile.am

Packit 3c2767
# Assuan Makefile
Packit 3c2767
# Copyright (C) 2003 Free Software Foundation, Inc.
Packit 3c2767
#
Packit 3c2767
# This file is part of Assuan.
Packit 3c2767
#
Packit 3c2767
# Assuan is free software; you can redistribute it and/or modify it
Packit 3c2767
# under the terms of the GNU Lesser General Public License as
Packit 3c2767
# published by the Free Software Foundation; either version 3 of
Packit 3c2767
# the License, or (at your option) any later version.
Packit 3c2767
#
Packit 3c2767
# Assuan is distributed in the hope that it will be useful, but
Packit 3c2767
# WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 3c2767
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit 3c2767
# Lesser General Public License for more details.
Packit 3c2767
#
Packit 3c2767
# You should have received a copy of the GNU Lesser General Public
Packit 3c2767
# License along with this program; if not, see <http://www.gnu.org/licenses/>.
Packit 3c2767
Packit 3c2767
## Process this file with automake to produce Makefile.in
Packit 3c2767
Packit 3c2767
EXTRA_DIST = README.apichanges HACKING DCO
Packit 3c2767
Packit 3c2767
info_TEXINFOS = assuan.texi
Packit 3c2767
Packit 3c2767
assuan_TEXINFOS = lgpl.texi gpl.texi
Packit 3c2767
Packit 3c2767
Packit 3c2767
online: assuan.html assuan.pdf
Packit 3c2767
	set -e; \
Packit 3c2767
	echo "Uploading current manuals to www.gnupg.org ..."; \
Packit 3c2767
        user=werner ; webhost="ftp.gnupg.org"; \
Packit 3c2767
	(cd assuan.html && rsync -vr --exclude='.svn' .  \
Packit 3c2767
	  $${user}@$${webhost}:webspace/manuals/assuan/ ); \
Packit 3c2767
        rsync -v assuan.pdf $${user}@$${webhost}:webspace/manuals/