~alexzak/bzr/mascyma

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Andreas Benkard
  • Date: 2004-04-11 15:52:53 UTC
  • Revision ID: james.westby@ubuntu.com-20040411155253-uxyl17oylqzidez4
Tags: 0.59-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2004-04-10  Matthias Andreas Benkard  <mulk@mbenkard.de>
 
2
 
 
3
        * po/Makefile (clean): rmdir -p the LC_MESSAGE directories.
 
4
 
 
5
        * debian/packages (Source.Build-Depends): New line.
 
6
 
 
7
        * Makefile (mascyma): New target. Build upon "make all".
 
8
 
 
9
        * Makefile (po, po-update, pot-update, domains, clean, install): Change
 
10
        back to base directory after finishing the task in the subdirectory.
 
11
 
 
12
        * po/Makefile (install): Fix indentation (tabs).
 
13
 
 
14
        * po/Makefile (install): $(LANGUAGES) rather than de en sv.
 
15
 
 
16
        * po/Makefile: Provide default values for all variables, such that make
 
17
        can be called in po/ directly.
 
18
 
 
19
        * Makefile (install): $(DESTDIR) rather than $(PREFIX). Need this for
 
20
        dpkg-buildpackage, which wants to put files into a directory different
 
21
        from $(PREFIX). Other package managers supposedly need this as well.
 
22
 
 
23
        * Makefile (install): Install wxgui.
 
24
 
 
25
        * Makefile (mascyma.1.gz): New target. Build upon "make all".
 
26
 
 
27
 
 
28
2004-04-11  Matthias Andreas Benkard  <mulk@mbenkard.de>
 
29
 
 
30
        * po/Makefile (clean, install, domains, po-update): Add language la.
 
31
 
 
32
        * po/la.po: New file.
 
33
 
 
34
        * po/Makefile: Make the Makefile more generic, allowing for easy
 
35
        addition of new languages.
 
36
 
 
37
        (root): Define some variables depending on $(LANGUAGES).
 
38
 
 
39
        (clean, po, po-update, domains): Use these variables.
 
40
 
 
41
        (.%.domain): New generic target instead of .de.domain, .en.domain, etc.
 
42