diff options
author | 2017-06-08 17:09:22 +0200 | |
---|---|---|
committer | 2019-06-09 17:54:33 +0300 | |
commit | ade7dffc96ffa8f4ee50954450f4126c8dc9fca2 (patch) | |
tree | 53529f37afef1aa8c122a4bb8ae92e2dd74c6e3b /scripts/texlive/tlpsrc/Makefile-dist | |
parent | fix old typo (diff) | |
download | tex-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-dist | 6 |
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 $@ |