diff options
-rwxr-xr-x | Build/cdbuild/ctan2tds.pl | 9 | ||||
-rwxr-xr-x | Build/tools/tpm-ctan-check | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/fltpoint/README (renamed from Master/texmf-dist/doc/latex/fltpoint/README) | 0 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/fltpoint/fltpoint.pdf (renamed from Master/texmf-dist/doc/latex/fltpoint/fltpoint.pdf) | bin | 206320 -> 206320 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/generic/fltpoint/fltpoint.dtx (renamed from Master/texmf-dist/source/latex/fltpoint/fltpoint.dtx) | 0 | ||||
-rw-r--r-- | Master/texmf-dist/source/generic/fltpoint/fltpoint.ins (renamed from Master/texmf-dist/source/latex/fltpoint/fltpoint.ins) | 0 |
6 files changed, 7 insertions, 4 deletions
diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl index b09375c506e..d9afbaed0df 100755 --- a/Build/cdbuild/ctan2tds.pl +++ b/Build/cdbuild/ctan2tds.pl @@ -453,6 +453,7 @@ $standardfoundry='public'; 'eurosym', 'fonts', 'fc', 'fonts', 'fge', 'fonts', + 'fltpoint', 'generic', 'fontspec', 'xelatex', 'fourier', 'fonts', 'fouriernc', 'fonts', @@ -582,6 +583,7 @@ $standardfmt='latex'; 'featpost', 'metapost', 'fenixpar', 'generic', 'fge', 'fonts', + 'fltpoint', 'generic', 'fontch', 'plain', 'fontspec', 'xelatex', 'fourier', 'fonts', @@ -669,7 +671,8 @@ $standardins='\.ins'; %specialinsrunner = ( 'bullcntr', 'latex', # requires interaction, ugh - 'mathexam', 'latex -interaction=nonstopmode', # stupid infinite loop + 'fltpoint', 'latex -interaction=nonstopmode', + 'mathexam', 'latex -interaction=nonstopmode', ); $standardinsrunner="latex"; @@ -1317,8 +1320,8 @@ sub runins { my ($thispatt) = @_; print "\t RUNINS $thispatt\n"; for (grep (/$thispatt/, @filenames)) { - print "\t RUN $_\n" ; - &runjob ("yes | $insrunner $_"); + # do not infinite loop on docstrip "output directory", e.g., fltpoint. + &runjob ("yes | sed 5q | $insrunner $_"); } my $postdelete = $specialins_postdelete{$package}; diff --git a/Build/tools/tpm-ctan-check b/Build/tools/tpm-ctan-check index e4f9af3e13f..93fb61e4263 100755 --- a/Build/tools/tpm-ctan-check +++ b/Build/tools/tpm-ctan-check @@ -41,7 +41,7 @@ my @WorkingTPM = qw( doublestroke dpfloat draftwatermark dramatist dtxgallery dtxtut dvdcoll dvipsconfig dyntree - ebong ebsthesis eCards economic ecv ednotes eemeir egameps + ebong ebsthesis eCards economic ecv edmac ednotes eemeir egameps egplot eijkhout elatex ellipsis elpres elsevier elsevier-bib emulateapj endfloat endheads engrec enumitem envbig epiolmec eplain epsdice diff --git a/Master/texmf-dist/doc/latex/fltpoint/README b/Master/texmf-dist/doc/generic/fltpoint/README index d071febe8a6..d071febe8a6 100644 --- a/Master/texmf-dist/doc/latex/fltpoint/README +++ b/Master/texmf-dist/doc/generic/fltpoint/README diff --git a/Master/texmf-dist/doc/latex/fltpoint/fltpoint.pdf b/Master/texmf-dist/doc/generic/fltpoint/fltpoint.pdf Binary files differindex 0dcb3b4a320..0dcb3b4a320 100644 --- a/Master/texmf-dist/doc/latex/fltpoint/fltpoint.pdf +++ b/Master/texmf-dist/doc/generic/fltpoint/fltpoint.pdf diff --git a/Master/texmf-dist/source/latex/fltpoint/fltpoint.dtx b/Master/texmf-dist/source/generic/fltpoint/fltpoint.dtx index e2cd2ed5af8..e2cd2ed5af8 100644 --- a/Master/texmf-dist/source/latex/fltpoint/fltpoint.dtx +++ b/Master/texmf-dist/source/generic/fltpoint/fltpoint.dtx diff --git a/Master/texmf-dist/source/latex/fltpoint/fltpoint.ins b/Master/texmf-dist/source/generic/fltpoint/fltpoint.ins index f8e4203913f..f8e4203913f 100644 --- a/Master/texmf-dist/source/latex/fltpoint/fltpoint.ins +++ b/Master/texmf-dist/source/generic/fltpoint/fltpoint.ins |