]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/GNUmakefile
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / Documentation / GNUmakefile
index 7a48f722d3de7532f04b6833206b07e6bd551609..55f08098858a0d0a92d48d4bc06c7a1b54d18afd 100644 (file)
@@ -29,19 +29,18 @@ OUT_TXT_FILES = $(addprefix $(outdir)/, $(addsuffix .txt, $(README_TOP_FILES)))
 txt-to-html:
        $(PYTHON) $(step-bindir)/text2html.py $(OUT_TXT_FILES)
 
+ifneq ($(ISOLANG),)
 new-lang:
        @if (( $$(file -b $(ISOLANG)) == directory )) 2>/dev/null; \
        then echo "Error: $(ISOLANG) directory already exists. Exiting." ; \
        exit 3 ; \
        fi
        mkdir -p $(ISOLANG)/user
-       echo "ISOLANG = $(ISOLANG)" > $(ISOLANG)/GNUmakefile
-       echo "depth = ../$(depth)" >> $(ISOLANG)/GNUmakefile
-       echo -e "\ninclude \$$(depth)/make/doc-lang/root.make\n" >> $(ISOLANG)/GNUmakefile
-       echo "ISOLANG = $(ISOLANG)" > $(ISOLANG)/user/GNUmakefile
-       echo "depth = ../../$(depth)" >> $(ISOLANG)/user/GNUmakefile
-       echo -e "\ninclude \$$(depth)/make/doc-lang/user.make\n" >> $(ISOLANG)/user/GNUmakefile
+       cp fr/GNUmakefile $(ISOLANG)
+       cp fr/user/GNUmakefile $(ISOLANG)/user
+       sed -i -e 's/ISOLANG *= *fr/ISOLANG = $(ISOLANG)/' $(ISOLANG)/GNUmakefile $(ISOLANG)/user/GNUmakefile
        $(PYTHON) $(depth)/buildscripts/texi-langutils.py -d $(outdir) -b "UNTRANSLATED NODE: IGNORE ME" -o doc.pot --skeleton --gettext ../user/lilypond.tely
        mv $(outdir)/*.*tely $(ISOLANG)/user
        msgmerge -U po/lilypond-doc.pot $(outdir)/doc.pot
        cp po/lilypond-doc.pot po/$(ISOLANG).po
+endif
\ No newline at end of file