summaryrefslogtreecommitdiff
path: root/doc/it/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/it/makefile')
-rw-r--r--doc/it/makefile11
1 files changed, 11 insertions, 0 deletions
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)