From 412334f07aa7d730aee2fc495d296beef38ff796 Mon Sep 17 00:00:00 2001 From: matrig Date: Mon, 3 Jun 2013 23:02:30 -0400 Subject: [PATCH] First release of it version --- .gitignore | 2 ++ Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7e09e6f..ef56ecc 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ /conf /fop* *.svn/* +.* +*~ diff --git a/Makefile b/Makefile index 0e5515e..0ca17f7 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ # # For now, I've uploaded a PDF to the website; it was supplied by # Trần Ngọc Quân who used OpenOffice to convert HTML to PDF. -TRANSLATIONS = de es fr ru uk vi zh_cn zh_tw +TRANSLATIONS = de es fr ru uk vi zh_cn zh_tw it LANGS = en $(TRANSLATIONS) SHELL := /bin/bash -- 2.11.4.GIT