Skip to content

Commit 2e4dde4

Browse files
committed
Fix dist dep for Italian translation
1 parent c519e63 commit 2e4dde4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/html/Makefile.am

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ html_doc_de = about_de.html \
2828
onlineservices_de.html \
2929
faq_de.html
3030

31-
html_doc_it = reference_it.html\
32-
topics_it.html\
31+
html_doc_it = reference_it.html \
32+
topics_it.html \
3333
faq_it.html
3434

3535
html_doc_pictures_en = help_feed_default.png \
@@ -57,6 +57,7 @@ html_doc_pictures_en = help_feed_default.png \
5757

5858
EXTRA_DIST = $(html_doc_en) \
5959
$(html_doc_de) \
60+
$(html_doc_it) \
6061
$(html_doc_pictures_en) \
6162
reference.css
6263

0 commit comments

Comments
 (0)