summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2009-09-30 19:15:38 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2009-09-30 19:15:38 +0200
commit0e65be59ac218d9479d429ab6cf24e072fdb819b (patch)
tree9c3c8fe2f590681b397588595615d05561d80c5c /doc
parentd183f850e7e3e467e8665d116ffbb238fdcc4ea9 (diff)
move the it translation of the guide to its own subdirectory
for consitents and sake of the universe reasons
Diffstat (limited to 'doc')
-rw-r--r--doc/it/guide.it.sgml (renamed from doc/guide.it.sgml)0
-rw-r--r--doc/it/makefile11
-rw-r--r--doc/makefile2
3 files changed, 12 insertions, 1 deletions
diff --git a/doc/guide.it.sgml b/doc/it/guide.it.sgml
index 2dc46e263..2dc46e263 100644
--- a/doc/guide.it.sgml
+++ b/doc/it/guide.it.sgml
diff --git a/doc/it/makefile b/doc/it/makefile
new file mode 100644
index 000000000..b7851768a
--- /dev/null
+++ b/doc/it/makefile
@@ -0,0 +1,11 @@
+# -*- make -*-
+BASE=../..
+SUBDIR=doc/it
+
+# Bring in the default rules
+include ../../buildlib/defaults.mak
+
+# Debian Doc SGML Documents
+SOURCE = guide.it.sgml
+DEBIANDOC_HTML_OPTIONS=-l it
+include $(DEBIANDOC_H)
diff --git a/doc/makefile b/doc/makefile
index 2a2663fb3..0f6d5afa3 100644
--- a/doc/makefile
+++ b/doc/makefile
@@ -7,7 +7,7 @@ SUBDIRS= $(dir $(wildcard */makefile))
include ../buildlib/defaults.mak
# Debian Doc SGML Documents
-SOURCE = dpkg-tech.sgml design.sgml files.sgml guide.sgml guide.it.sgml \
+SOURCE = dpkg-tech.sgml design.sgml files.sgml guide.sgml \
cache.sgml method.sgml offline.sgml
include $(DEBIANDOC_H)