diff options
Diffstat (limited to 'lib/unicore/Makefile')
-rw-r--r-- | lib/unicore/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/lib/unicore/Makefile b/lib/unicore/Makefile index b73d3b8089..4a3cdd373b 100644 --- a/lib/unicore/Makefile +++ b/lib/unicore/Makefile @@ -1,12 +1,6 @@ all: - ../../miniperl -I../../lib ./mktables - -TestProp.pl: mktables UnicodeData.txt Scripts.txt Blocks.txt PropList.txt - ../../miniperl -I../../lib ./mktables -maketest - -test: TestProp.pl - ../../miniperl -I../../lib TestProp.pl + ../../miniperl -I../../lib ./mktables -P ../../pod -maketest -makelist -p clean: - rm -f *.pl */*.pl */*/*.pl - rm -f Properties + rm -fr *.pl To lib + rm -f ../../pod/perluniprops.pod ../../t/re/uniprops.t mktables.lst |