Update
svn: r8217
This commit is contained in:
parent
c0e88026fc
commit
6db979b1f8
@ -16,7 +16,8 @@ html:
|
||||
for lang in $(HELP_LINGUAS) ; do \
|
||||
xsltproc -o gramps-manual/$(BRANCH)/$$lang/index.html \
|
||||
--stringparam chunker.output.encoding UTF-8 \
|
||||
--stringparam html.stylesheet ../../gramps-help-screen.css \
|
||||
--stringparam html.stylesheet \
|
||||
../../gramps-help-screen.css \
|
||||
--stringparam admon.graphics 1 \
|
||||
--stringparam admon.graphics.path ../../images/ \
|
||||
--stringparam navig.graphics 1 \
|
||||
@ -24,9 +25,10 @@ html:
|
||||
--stringparam navig.graphics.path ../../images/ \
|
||||
$(chunkxsl) ../$$lang/gramps.xml ; \
|
||||
mkdir gramps-manual/$(BRANCH)/$$lang/figures ; \
|
||||
cp -R ../$$lang/figures/*.png \
|
||||
cp ../$$lang/figures/*.png \
|
||||
gramps-manual/$(BRANCH)/$$lang/figures/ ; \
|
||||
echo "Done with html for $$lang" ; \
|
||||
echo " Done with html for $$lang" ; \
|
||||
echo " " ; \
|
||||
done
|
||||
|
||||
mv gramps-manual/$(BRANCH)/C gramps-manual/$(BRANCH)/en
|
||||
|
Loading…
Reference in New Issue
Block a user