[debian-edu-commits] debian-edu/ 01/01: Adjust Makefile.common so that the (ja) HTML manual has a Japanese date also if the binary is built.
Wolfgang Schweer
schweer-guest at moszumanska.debian.org
Thu Jul 21 14:57:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
schweer-guest pushed a commit to branch master
in repository debian-edu-doc.
commit e993d4fcfa6e17441450ded39952bbd9beed196f
Author: Wolfgang Schweer <wschweer at arcor.de>
Date: Thu Jul 21 16:55:46 2016 +0200
Adjust Makefile.common so that the (ja) HTML manual has a Japanese date also if the binary is built.
---
documentation/common/Makefile.common | 3 +++
1 file changed, 3 insertions(+)
diff --git a/documentation/common/Makefile.common b/documentation/common/Makefile.common
index 860d03e..40cec65 100644
--- a/documentation/common/Makefile.common
+++ b/documentation/common/Makefile.common
@@ -48,6 +48,9 @@ build-html:
# build the other HTML versions
-for f in $(LANGUAGES) ; do \
echo "Creating HTML for $$f"; \
+ if [ "$$f" = "ja" ] ; then \
+ sed -i -f ../common/sed-ja.txt $(name).$$f.xml ; \
+ fi ; \
$(XP) $(name).$$f.xml && mv index.html $(name).$$f.html ; \
sed -i "s/href=\"index.html/href=\"$(name).$$f.html/g" $(name).$$f.html ; \
done
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-doc.git
More information about the debian-edu-commits
mailing list