~ubuntu-branches/ubuntu/karmic/gnustep-base/karmic

« back to all changes in this revision

Viewing changes to Documentation/manual/GNUmakefile

  • Committer: Bazaar Package Importer
  • Author(s): Eric Heintzmann
  • Date: 2005-04-17 00:14:38 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050417001438-enf0y07c9tku85z1
Tags: 1.10.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
DOCUMENT_NAME = manual
7
7
 
8
8
manual_TEXI_FILES =              \
 
9
        foreword.texi            \
9
10
        manual.texi              \
10
 
        foreword.texi            \
 
11
        AdvancedMessaging.texi   \
 
12
        BaseLibrary.texi         \
 
13
        Compliance.texi          \
 
14
        DistributedObjects.texi  \
 
15
        ExceptionHandling.texi   \
 
16
        GNUstepMake.texi         \
 
17
        GSDoc.texi               \
11
18
        Introduction.texi        \
12
 
        ObjcLanguage.texi        \
13
 
        WritingNewClasses.texi   \
 
19
        ObjcAndJavaC++.texi      \
 
20
        ObjcLanguage.texi        \
 
21
        JavaAndGuile.texi        \
14
22
        WorkingWithObjects.texi  \
15
 
        DistributedObjects.texi  \
16
 
        AdvancedTopics.texi      \
17
 
        Glossary.texi            \
18
 
        ExampleCode.texi         \
19
 
        GNUstepMake.texi         \
20
 
        ObjcAndJava.texi         \
21
 
        JavaAndGuile.texi
 
23
        WritingNewClasses.texi
22
24
 
23
25
manual_DOC_INSTALL_DIR = Developer/Base/ProgrammingManual
24
26