Some files/directories that had been removed in
c20fff645e325d392d2588721144f4204d0ef9da Make distributed tarball from
Git file list were needed by extract_texi_filenames and other programs
used in the build system to work properly without issuing warnings.
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) &&) :