[PATCH] Doc-it: add GNUmakefile in Docmentation/it/included |
[ Thread Index |
Date Index
| More lilynet.net/translations Archives
]
- Subject: [PATCH] Doc-it: add GNUmakefile in Docmentation/it/included
- From: Federico Bruni <fedelogy@xxxxxxxxx>
- Date: Sun, 4 Sep 2011 22:48:11 +0200
---
Documentation/it/included/GNUmakefile | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
create mode 100644 Documentation/it/included/GNUmakefile
diff --git a/Documentation/it/included/GNUmakefile b/Documentation/it/included/GNUmakefile
new file mode 100644
index 0000000..afe7a4d
--- /dev/null
+++ b/Documentation/it/included/GNUmakefile
@@ -0,0 +1,10 @@
+depth = ../../..
+
+STEPMAKE_TEMPLATES=documentation
+
+EXTRA_DIST_FILES+=$(call src-wildcard,*.ly)
+EXTRA_DIST_FILES+=$(call src-wildcard,*.ily)
+EXTRA_DIST_FILES+=$(call src-wildcard,*.itexi)
+EXTRA_DIST_FILES+=$(call src-wildcard,*.itely)
+
+include $(depth)/make/stepmake.make
--
1.7.5.4
--------------020108070407050902040309--