blob: 2179ec15f6eacfb7407ee6d4b80a5580d3579354 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# -*- 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)
|