]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/GNUmakefile
Local updates with makelsr
[lilypond.git] / Documentation / GNUmakefile
index 2c821cda092b777c8ec70fec3831d31672000c88..a3ef4bb6e7c6640249ed9244139374a09a5a2de1 100644 (file)
@@ -167,8 +167,6 @@ extra-local-help:
        @echo
 
 info: $(INFO_FILES)
-       @echo export LILYPOND_DATADIR=$(LILYPOND_DATADIR)
-       @echo export PYTHONPATH=$(PYTHONPATH)
 
 xml: $(outdir)/notation/notation.xml $(outdir)/internals/internals.xml
 
@@ -319,7 +317,8 @@ new-lang-dir:
 
 new-lang:
 # Also for updating/adding missing files
-       mkdir -p $(ISOLANG)
+       mkdir -p $(ISOLANG)/included
+       if test -z "`ls $(ISOLANG)/included`"; then touch $(ISOLANG)/included/.gitignore; fi
        cp fr/GNUmakefile $(ISOLANG)
        sed -i -e 's/ISOLANG *= *fr/ISOLANG = $(ISOLANG)/' $(ISOLANG)/GNUmakefile
        $(foreach i,$(TRANSLATION_DIRS),$(MAKE) new-lang-dir DIR=$(i) &&) :