~ubuntu-branches/ubuntu/vivid/inform/vivid

« back to all changes in this revision

Viewing changes to info/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jan Christoph Nordholz
  • Date: 2008-05-26 22:09:44 UTC
  • mfrom: (2.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080526220944-ba7phz0d1k4vo7wx
Tags: 6.31.1+dfsg-1
* Remove a considerable number of files from the package
  due to unacceptable licensing terms.
* Repair library symlinks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
## Automake template for Inform documentation.
2
 
 
3
 
docdir = $(prefix)/info
4
 
doc_DATA = $(INFORM)
5
 
 
6
 
EXTRA_DIST = $(doc_DATA)
7
 
 
8
 
INFORM = inform inform-1 inform-2 inform-3 inform-4 inform-5 inform-6   \
9
 
inform-7 inform-8 inform-9 inform-10 inform-11 inform-12 inform-13      \
10
 
inform-14
11
 
 
12
 
INFO_FILES = inform.info
13
 
 
14
 
split:; @ for file in $(INFO_FILES); do                                 \
15
 
                echo Splitting $$file;                                  \
16
 
                base=`basename $$file .info`;                           \
17
 
                cp Info/$$file $$base;                                  \
18
 
                infosplit -v $$base;                                    \
19
 
        done
20
 
 
21
 
@make_include@