~ubuntu-branches/ubuntu/utopic/vice/utopic-proposed

« back to all changes in this revision

Viewing changes to doc/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Logan Rosen
  • Date: 2014-05-10 21:08:23 UTC
  • mfrom: (17.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20140510210823-v5aojvy1pv1sg132
Tags: 2.4.dfsg+2.4.6-1ubuntu1
Use autotools-dev to update config.{sub,guess} for new arches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS = building html readmes
 
2
 
1
3
@ALTERNATE_DOCDIR_TRUE@realdocdir = $(prefix)/share/doc/vice
2
4
@ALTERNATE_DOCDIR_FALSE@realdocdir = $(VICEDIR)/doc
3
5
 
12
14
        MacOSX-ResourceTree.txt \
13
15
        NLS-Howto.txt
14
16
 
15
 
BUILDING_DOX = \
16
 
        building/GP2X-Howto.txt \
17
 
        building/MacOSX-Howto.txt \
18
 
        building/Minix-Howto.txt \
19
 
        building/MSDOS-Howto.txt \
20
 
        building/MSDOS-Ethernet-Howto.txt \
21
 
        building/OpenVMS-Howto.txt \
22
 
        building/SDL-Howto.txt \
23
 
        building/Win32-Cygwin-Howto.txt \
24
 
        building/Win32-Mingw32-Howto.txt \
25
 
        building/Linux-Mingw32-Howto.txt
26
 
 
27
 
READMES = \
28
 
        readmes/Readme-Amiga.txt \
29
 
        readmes/Readme-BeOS.txt \
30
 
        readmes/Readme-DOS.txt \
31
 
        readmes/Readme-MacOSX.txt \
32
 
        readmes/Readme-OS2.txt \
33
 
        readmes/Readme-SDL.txt
34
 
 
35
17
TEXI_TOOLS = \
36
18
        fixdox.sh \
37
19
        t2h.pl \
64
46
        
65
47
info_TEXINFOS = vice.texi
66
48
 
67
 
dist_doc_DATA = $(MISC_DOX) $(VICE_DOX) $(BUILDING_DOX) $(READMES)
 
49
dist_doc_DATA = $(MISC_DOX) $(VICE_DOX)
68
50
 
69
51
EXTRA_DIST = $(DOC_TOOLS) $(TEXI_TOOLS) $(STYLE_TOOLS)
70
52
 
71
 
SUBDIRS = html
72
 
 
73
53
AM_MAKEINFOHTMLFLAGS = 
74
54
AM_MAKEINFOFLAGS = --no-split
75
55