mirror of
git://git.gnupg.org/gnupg.git
synced 2025-05-24 16:43:28 +02:00
Fix doc/Makefile target online
This commit is contained in:
parent
00f8b68505
commit
2165925bae
@ -6,12 +6,12 @@
|
|||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
# the Free Software Foundation; either version 3 of the License, or
|
# the Free Software Foundation; either version 3 of the License, or
|
||||||
# (at your option) any later version.
|
# (at your option) any later version.
|
||||||
#
|
#
|
||||||
# GnuPG is distributed in the hope that it will be useful,
|
# GnuPG is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program; if not, see <http://www.gnu.org/licenses/>.
|
# along with this program; if not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
@ -44,9 +44,9 @@ info_TEXINFOS = gnupg.texi
|
|||||||
dist_pkgdata_DATA = qualified.txt com-certs.pem $(helpfiles)
|
dist_pkgdata_DATA = qualified.txt com-certs.pem $(helpfiles)
|
||||||
|
|
||||||
nobase_dist_doc_DATA = FAQ DETAILS HACKING TRANSLATE OpenPGP KEYSERVER \
|
nobase_dist_doc_DATA = FAQ DETAILS HACKING TRANSLATE OpenPGP KEYSERVER \
|
||||||
$(examples)
|
$(examples)
|
||||||
|
|
||||||
#dist_html_DATA =
|
#dist_html_DATA =
|
||||||
|
|
||||||
|
|
||||||
gnupg_TEXINFOS = \
|
gnupg_TEXINFOS = \
|
||||||
@ -129,16 +129,16 @@ gnupg.texi : $(gnupg_TEXINFOS)
|
|||||||
online: gnupg.html gnupg.pdf
|
online: gnupg.html gnupg.pdf
|
||||||
set -e; \
|
set -e; \
|
||||||
echo "Uploading current manuals to www.gnupg.org ..."; \
|
echo "Uploading current manuals to www.gnupg.org ..."; \
|
||||||
cp gnupg-logo.png gnupg.html/; \
|
cp $(srcdir)/gnupg-logo.png gnupg.html/; \
|
||||||
user=werner ; dashdevel="" ; \
|
user=werner ; dashdevel="" ; \
|
||||||
if echo "@PACKAGE_VERSION@" | grep -- "-svn" >/dev/null; then \
|
if echo "@PACKAGE_VERSION@" | grep -- "-git" >/dev/null; then \
|
||||||
dashdevel="-devel" ; \
|
dashdevel="-devel" ; \
|
||||||
else \
|
else \
|
||||||
rsync -v gnupg.pdf $${user}@cvs.gnupg.org:webspace/manuals/ ; \
|
rsync -v gnupg.pdf $${user}@cvs.gnupg.org:webspace/manuals/ ; \
|
||||||
fi ; \
|
fi ; \
|
||||||
cd gnupg.html ; \
|
cd gnupg.html ; \
|
||||||
rsync -vr --exclude='.svn' . \
|
rsync -vr --exclude='.svn' . \
|
||||||
$${user}@cvs.gnupg.org:webspace/manuals/gnupg$${dashdevel}/
|
$${user}@cvs.gnupg.org:webspace/manuals/gnupg$${dashdevel}/
|
||||||
|
|
||||||
# Note that you need a recent version of emacs23 with org-mode 7.01h
|
# Note that you need a recent version of emacs23 with org-mode 7.01h
|
||||||
faq.txt faq.html: faq.org
|
faq.txt faq.html: faq.org
|
||||||
@ -160,4 +160,3 @@ faq-online: faq.txt faq.html
|
|||||||
scp faq.html $${user}@ftp.gnupg.org:webspace/manuals/GnuPG-FAQ.html ; \
|
scp faq.html $${user}@ftp.gnupg.org:webspace/manuals/GnuPG-FAQ.html ; \
|
||||||
scp faq.txt $${user}@ftp.gnupg.org:gcrypt/gnupg/GnuPG-FAQ.txt ; \
|
scp faq.txt $${user}@ftp.gnupg.org:gcrypt/gnupg/GnuPG-FAQ.txt ; \
|
||||||
echo "...ready"
|
echo "...ready"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user