~ubuntu-branches/ubuntu/trusty/enigma/trusty-proposed

« back to all changes in this revision

Viewing changes to doc/manual/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Erich Schubert
  • Date: 2013-04-06 14:54:02 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20130406145402-jgjrtk7hac8gtvza
Tags: 1.20-dfsg.1-1
* New upstream release (Closes: #704595)
  (Repacked: dropped zipios++ source and main menu music)
* Update watch file, sf.net again.
* Fix documentation links (Closes: #653508)
* Conflict with enigma-level-previews to encourage deinstallation
  (Pregenerated level previews were only used with version 1.01)
* Use dh7 for building instead of CDBS
* Update to policy 3.9.4.0 (no changes)
* Register documentation with doc-base

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
EXTRA_DIST = $(TEXI) $(html_DATA)
13
13
 
14
14
MOSTLYCLEANFILES = enigma{,_de,_fr}.{at,ats,aux,cp,cps,fn,fns,ky,log,ms,mss,ob,obs,pg,toc,tp,vr,vrs}
15
 
CLEANFILES = enigma{,_de,_fr}.{pdf,html}
16
 
 
 
15
CLEANFILES = enigma{,_de,_fr,_ru}.html enigma{,_de,_fr}.pdf
17
16
 
18
17
%.html : %.texi
19
18
        @if [ "${TEXI2HTML}" ]; then \
20
 
          if test "$<" = "enigma_ru.texi"; then \
21
 
            echo "skip ru manual"; \
22
 
          else \
23
 
            echo "Running texi2html"; \
24
 
            ${TEXI2HTML} -nosec_nav $<; \
25
 
          fi \
 
19
          echo "Running texi2html"; \
 
20
          ${TEXI2HTML} -nosec_nav $<; \
26
21
        else \
27
22
          echo "Warning: texi2html not found"; \
28
23
        fi
29
24
 
 
25
# No pdf file of russian manual because Texinfo does still NOT support cyrrillic characters in pdf output
30
26
pdf: enigma.pdf enigma_de.pdf enigma_fr.pdf
31
27
 
32
28
%.pdf: %.texi