diff options
Diffstat (limited to 'Master/texmf-dist/doc/metapost/featpost/bashscript/procedurenames.sh')
-rwxr-xr-x | Master/texmf-dist/doc/metapost/featpost/bashscript/procedurenames.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/metapost/featpost/bashscript/procedurenames.sh b/Master/texmf-dist/doc/metapost/featpost/bashscript/procedurenames.sh deleted file mode 100755 index 82629e1415b..00000000000 --- a/Master/texmf-dist/doc/metapost/featpost/bashscript/procedurenames.sh +++ /dev/null @@ -1,8 +0,0 @@ -#! /bin/bash -sed -n '/ def /p' macro/la3Dmacros.mp > la3Ddef.txt -sed -n '/ vardef /p' macro/hlr3Dmacros.mp > hlr3Dvardef.txt -sed -n '/ def /p' macro/hlr3Dmacros.mp > hlr3Ddef.txt -cat la3Ddef.txt hlr3Dvardef.txt hlr3Ddef.txt > alldef.txt -rm -v la3Ddef.txt hlr3Dvardef.txt hlr3Ddef.txt -# there are two "vardefined" procedures: -# makeline@# and makeface@# |