blob: 8dea2bc2c1a1c5a7ff2b314c17fdb044706692f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
2003-05-07 Bruno Haible <bruno@clisp.org>
* Makefile.vms (LN): Remove unused variable.
2003-04-12 Bruno Haible <bruno@clisp.org>
* Makefile.vms: Avoid rules with no lines. Don't use the force target.
Correct wildcard syntax.
Suggested by Jouk Jansen <joukj@hrem.stm.tudelft.nl>.
2003-04-12 Bruno Haible <bruno@clisp.org>
* Makefile.am (docdir): Use datadir instead of prefix.
* Makefile.msvc (datadir): New variable.
(mandir, docdir): Use it instead of prefix.
(install, installdirs): Update.
* Makefile.vms (datadir): New variable.
(mandir, docdir): Use it instead of prefix.
2003-03-30 Bruno Haible <bruno@clisp.org>
* Makefile.vms: New file.
* Makefile.am (EXTRA_DIST): Add Makefile.vms.
2003-03-17 Bruno Haible <bruno@clisp.org>
Native Woe32/MSVC support.
* Makefile.msvc: New file.
* Makefile.am (EXTRA_DIST): Add it.
2003-02-22 Bruno Haible <bruno@clisp.org>
* Makefile.am (installdirs): Remove dependency, redundant with
automake >= 1.6.
2003-02-15 Bruno Haible <bruno@clisp.org>
* gettext.3.in, ngettext.3.in, textdomain.3.in, bindtextdomain.3.in,
bind_textdomain_codeset.3.in: Moved here from ../../gettext-tools/man.
* dgettext.3, dcgettext.3, dngettext.3, dcngettext.3: Likewise.
* Makefile.am: Add rules for man3 manual pages.
2003-02-12 Bruno Haible <bruno@clisp.org>
Extracted from gettext package.
* Makefile.am: New file.
|