~ubuntu-branches/ubuntu/raring/gnupg2/raring-updates

« back to all changes in this revision

Viewing changes to doc/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-11-06 11:25:58 UTC
  • mfrom: (1.1.16) (7.1.8 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20121106112558-lkpndvv4gqthgrn4
Tags: 2.0.19-1ubuntu1
* Resynchronize on Debian, remaining changes:
  - Add udev rules to give gpg access to some smartcard readers;
    Debian #543217.
    . debian/gnupg2.dev: udev rules to set ACLs on SCM smartcard readers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
# it under the terms of the GNU General Public License as published by
7
7
# the Free Software Foundation; either version 3 of the License, or
8
8
# (at your option) any later version.
9
 
 
9
#
10
10
# GnuPG is distributed in the hope that it will be useful,
11
11
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12
12
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
13
# GNU General Public License for more details.
14
 
 
14
#
15
15
# You should have received a copy of the GNU General Public License
16
16
# along with this program; if not, see <http://www.gnu.org/licenses/>.
17
17
 
28
28
            help.pt_BR.txt help.ro.txt help.ru.txt help.sk.txt          \
29
29
            help.sv.txt help.tr.txt help.zh_CN.txt help.zh_TW.txt
30
30
 
31
 
EXTRA_DIST = samplekeys.asc \
 
31
EXTRA_DIST = samplekeys.asc ChangeLog-2011 \
32
32
             gnupg-logo.eps gnupg-logo.pdf gnupg-logo.png \
33
33
             gnupg-card-architecture.eps gnupg-card-architecture.png \
34
34
             gnupg-card-architecture.pdf \
44
44
dist_pkgdata_DATA = qualified.txt com-certs.pem $(helpfiles)
45
45
 
46
46
nobase_dist_doc_DATA = FAQ DETAILS HACKING TRANSLATE OpenPGP KEYSERVER \
47
 
                       $(examples)      
 
47
                       $(examples)
48
48
 
49
49
 
50
50
gnupg_TEXINFOS = \
125
125
gnupg.texi : $(gnupg_TEXINFOS)
126
126
        touch $(srcdir)/gnupg.texi
127
127
 
 
128
# Copy shared files from the master branch.  We keep the texinfo files
 
129
# all in master so that we need to modify only one source.  Macros are
 
130
# used to customize them for a specific version.
 
131
update-source:
 
132
        @set -e; cd $(srcdir); \
 
133
         for i in $(gnupg_TEXINFOS) yat2m.c ; do \
 
134
           echo "updating from master:doc/$$i" >&2 ; \
 
135
           git show master:doc/$$i >$$i ; \
 
136
         done
 
137
 
128
138
online: gnupg.html gnupg.pdf
129
139
        set -e; \
130
140
        echo "Uploading current manuals to www.gnupg.org ..."; \
131
 
        cp gnupg-logo.png gnupg.html/; \
 
141
        cp $(srcdir)/gnupg-logo.png gnupg.html/; \
132
142
        user=werner ; dashdevel="" ; \
133
 
        if echo "@PACKAGE_VERSION@" | grep -- "-svn" >/dev/null; then \
 
143
        if echo "@PACKAGE_VERSION@" | grep -- "-git" >/dev/null; then \
134
144
          dashdevel="-devel" ; \
135
145
        else \
136
146
          rsync -v gnupg.pdf $${user}@cvs.gnupg.org:webspace/manuals/ ; \
137
147
        fi ; \
138
148
        cd gnupg.html ; \
139
149
        rsync -vr --exclude='.svn' .  \
140
 
          $${user}@cvs.gnupg.org:webspace/manuals/gnupg$${dashdevel}/ 
141
 
 
 
150
          $${user}@cvs.gnupg.org:webspace/manuals/gnupg$${dashdevel}/