diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2009-09-30 19:15:38 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2009-09-30 19:15:38 +0200 |
commit | 0e65be59ac218d9479d429ab6cf24e072fdb819b (patch) | |
tree | 9c3c8fe2f590681b397588595615d05561d80c5c /doc/it/makefile | |
parent | d183f850e7e3e467e8665d116ffbb238fdcc4ea9 (diff) |
move the it translation of the guide to its own subdirectory
for consitents and sake of the universe reasons
Diffstat (limited to 'doc/it/makefile')
-rw-r--r-- | doc/it/makefile | 11 |
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) |