aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-06-08 17:09:22 +0200
committerMikle Kolyada <zlogene@gentoo.org>2019-06-09 17:54:33 +0300
commitade7dffc96ffa8f4ee50954450f4126c8dc9fca2 (patch)
tree53529f37afef1aa8c122a4bb8ae92e2dd74c6e3b /scripts/texlive/tlpsrc/Makefile-dist
parentfix old typo (diff)
downloadtex-ade7dffc96ffa8f4ee50954450f4126c8dc9fca2.tar.gz
tex-ade7dffc96ffa8f4ee50954450f4126c8dc9fca2.tar.bz2
tex-ade7dffc96ffa8f4ee50954450f4126c8dc9fca2.zip
generate license from texlive files instead of parsing html with regexpes...
Diffstat (limited to 'scripts/texlive/tlpsrc/Makefile-dist')
-rw-r--r--scripts/texlive/tlpsrc/Makefile-dist6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/texlive/tlpsrc/Makefile-dist b/scripts/texlive/tlpsrc/Makefile-dist
index 3a7c625..023e141 100644
--- a/scripts/texlive/tlpsrc/Makefile-dist
+++ b/scripts/texlive/tlpsrc/Makefile-dist
@@ -22,12 +22,6 @@ tlplic: $(CONTENTS:%=%.tlplic)
%.tlpobj: $(TL_TRUNK)/Master/tlpkg/tlpsrc/%.tlpsrc
$(TL_TRUNK)/Master/tlpkg/bin/tl-update-tlpdb -master=$(TL_TRUNK)/Master -output=$@ --tlpsrc-from-cmdline $<
-%.cataloguehtml:
- curl -I http://www.ctan.org/pkg/$(@:%.cataloguehtml=%) | grep 404 || wget -O $@ http://www.ctan.org/pkg/$(@:%.cataloguehtml=%)
- touch $@
-
-cataloguehtml: $(CONTENTS:%=%.cataloguehtml)
-
tldir:
mkdir tlunpackdir
touch $@