Removed various translations of COPYING

They are unofficial, some were documents _about_ the GPL,
and not actual translations of the GPL itself.
Simplifying things.
This commit is contained in:
Bill Kendrick 2021-09-18 21:57:38 -07:00
parent 45a10b9a6b
commit 82708e60fa
38 changed files with 360 additions and 13649 deletions

View file

@ -7,15 +7,11 @@
# Bill Kendrick
# bill@newbreedsoftware.com
#
# Sept. 4, 2005 - February 5, 2020
# Sept. 4, 2005 - September 18, 2021
LINKS_OPTIONS:=-dump -codepage utf8
LINKS:=links $(LINKS_OPTIONS)
# FIXME: Support finding files in ??/html/ and ??_??/html/)
COPYING_HTMLFILES:=$(wildcard COPYING/html/*.html)
COPYING_TEXTFILES:=$(patsubst COPYING/html/%.html,COPYING/%.txt,$(COPYING_HTMLFILES))
EN_HTMLFILES:=$(wildcard en/html/*.html)
EN_TEXTFILES:=$(patsubst en/html/%.html,en/%.txt,$(EN_HTMLFILES))
@ -48,8 +44,7 @@ ZH_TW_TEXTFILES:=$(patsubst zh_tw/html/%.html,zh_tw/%.txt,$(ZH_TW_HTMLFILES))
.PHONY: all
all: $(COPYING_TEXTFILES) \
$(EN_TEXTFILES) \
all: $(EN_TEXTFILES) \
$(ES_TEXTFILES) \
$(FR_TEXTFILES) \
$(GL_TEXTFILES) \
@ -63,7 +58,6 @@ all: $(COPYING_TEXTFILES) \
.PHONY: clean
clean:
-rm \
$(COPYING_TEXTFILES) \
$(EN_TEXTFILES) \
$(ES_TEXTFILES) \
$(FR_TEXTFILES) \
@ -75,9 +69,6 @@ clean:
$(ZH_CN_TEXTFILES) \
$(ZH_TW_TEXTFILES)
$(COPYING_TEXTFILES): COPYING/%.txt: COPYING/html/%.html
$(LINKS) $< > $@
$(EN_TEXTFILES): en/%.txt: en/html/%.html
$(LINKS) $< > $@