diff options
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/cdbuild/ctan2tds.pl | 1 | ||||
-rwxr-xr-x | Build/tools/tpm-ctan-check | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl index 85852935362..aa9296999f6 100755 --- a/Build/cdbuild/ctan2tds.pl +++ b/Build/cdbuild/ctan2tds.pl @@ -270,6 +270,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; 'pst-circ', "&MAKEpst", 'pst-coil', "&MAKEpst", 'pst-dbicons', "&MAKEpst", + 'pst-diffraction', "&MAKEpst", 'pst-eps', "&MAKEpst", 'pst-eucl', "&MAKEpst", 'pst-fill', "&MAKEpst", diff --git a/Build/tools/tpm-ctan-check b/Build/tools/tpm-ctan-check index 4fdd14e4b44..6cf4a76e557 100755 --- a/Build/tools/tpm-ctan-check +++ b/Build/tools/tpm-ctan-check @@ -108,7 +108,8 @@ my @WorkingTPM = qw( pracjourn preprint prettyref preview probsoln procIAGssymp program protocol pseudocode psfrag psnfss pspicture pst-2dplot pst-3d pst-3dplot pst-bar - pst-barcode pst-blur pst-dbicons pst-eps pst-eucl pst-fill + pst-barcode pst-blur pst-dbicons pst-diffraction + pst-eps pst-eucl pst-fill pst-fr3d pst-fractal pst-func pst-geo pst-grad pst-infixplot pst-labo pst-lens pst-math pst-optexp pst-optic |