Browse Source
- generate subdirectories for building the manpages in on the fly depending on the po files we have.debian/1.8.y

9 changed files with 17 additions and 71 deletions
@ -1,11 +0,0 @@ |
|||
# -*- make -*-
|
|||
BASE=../.. |
|||
SUBDIR=doc/es |
|||
|
|||
# Bring in the default rules
|
|||
include ../../buildlib/defaults.mak |
|||
|
|||
# Language Code of this translation
|
|||
LC=es |
|||
|
|||
include $(PO4A_MANPAGE_H) |
@ -1,11 +0,0 @@ |
|||
# -*- make -*-
|
|||
BASE=../.. |
|||
SUBDIR=doc/fr |
|||
|
|||
# Bring in the default rules
|
|||
include ../../buildlib/defaults.mak |
|||
|
|||
# Language Code of this translation
|
|||
LC=fr |
|||
|
|||
include $(PO4A_MANPAGE_H) |
@ -1,11 +0,0 @@ |
|||
# -*- make -*-
|
|||
BASE=../.. |
|||
SUBDIR=doc/it |
|||
|
|||
# Bring in the default rules
|
|||
include ../../buildlib/defaults.mak |
|||
|
|||
# Language Code of this translation
|
|||
LC=it |
|||
|
|||
include $(PO4A_MANPAGE_H) |
@ -1,11 +0,0 @@ |
|||
# -*- make -*-
|
|||
BASE=../.. |
|||
SUBDIR=doc/ja |
|||
|
|||
# Bring in the default rules
|
|||
include ../../buildlib/defaults.mak |
|||
|
|||
# Language Code of this translation
|
|||
LC=ja |
|||
|
|||
include $(PO4A_MANPAGE_H) |
@ -1,11 +1,11 @@ |
|||
# -*- make -*- |
|||
BASE=../.. |
|||
SUBDIR=doc/de |
|||
SUBDIR=doc/@@LANG@@ |
|||
|
|||
# Bring in the default rules |
|||
include ../../buildlib/defaults.mak |
|||
|
|||
# Language Code of this translation |
|||
LC=de |
|||
LC=@@LANG@@ |
|||
|
|||
include $(PO4A_MANPAGE_H) |
@ -1,11 +0,0 @@ |
|||
# -*- make -*-
|
|||
BASE=../.. |
|||
SUBDIR=doc/pl |
|||
|
|||
# Bring in the default rules
|
|||
include ../../buildlib/defaults.mak |
|||
|
|||
# Language Code of this translation
|
|||
LC=pl |
|||
|
|||
include $(PO4A_MANPAGE_H) |
@ -1,11 +0,0 @@ |
|||
# -*- make -*-
|
|||
BASE=../.. |
|||
SUBDIR=doc/pt_BR |
|||
|
|||
# Bring in the default rules
|
|||
include ../../buildlib/defaults.mak |
|||
|
|||
# Language Code of this translation
|
|||
LC=pt_BR |
|||
|
|||
include $(PO4A_MANPAGE_H) |
Loading…
Reference in new issue