~ubuntu-branches/ubuntu/quantal/libgc/quantal

« back to all changes in this revision

Viewing changes to doc/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Egger
  • Date: 2011-02-19 12:19:56 UTC
  • mfrom: (1.3.2 upstream) (0.1.5 experimental)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20110219121956-67rb69xlt5nud3v2
Tags: 1:7.1-5
Upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2
 
3
 
# THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
4
 
# OR IMPLIED.  ANY USE IS AT YOUR OWN RISK.
5
 
6
 
# Permission is hereby granted to use or copy this program
7
 
# for any purpose,  provided the above notices are retained on all copies.
8
 
# Permission to modify the code and to distribute modified code is granted,
9
 
# provided the above notices are retained, and a notice that the code was
10
 
# modified is included with the above copyright notice.
11
 
#
12
 
# Modified by: Grzegorz Jakacki <jakacki at acm dot org>
13
 
 
14
 
## Process this file with automake to produce Makefile.in.
15
 
 
16
 
# installed documentation
17
 
#
18
 
dist_man3_MANS = gc.man
19
 
dist_pkgdata_DATA = barrett_diagram debugging.html \
20
 
    gcdescr.html README README.amiga README.arm.cross \
21
 
    README.autoconf README.changes README.contributors \
22
 
    README.cords README.DGUX386 README.dj README.environment \
23
 
    README.ews4800 README.hp README.linux README.Mac \
24
 
    README.MacOSX README.macros README.OS2 README.rs6000 \
25
 
    README.sgi README.solaris2 README.uts README.win32 \
26
 
    tree.html leak.html gcinterface.html scale.html \
27
 
    README.darwin simple_example.html
28