diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/ledmac/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/ledmac/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/ledmac/Makefile b/Master/texmf-dist/doc/latex/ledmac/Makefile index b14fea35fea..9338b835495 100644 --- a/Master/texmf-dist/doc/latex/ledmac/Makefile +++ b/Master/texmf-dist/doc/latex/ledmac/Makefile @@ -31,7 +31,10 @@ doc: *.pdf dist: $(PACKAGE) @$(RM) ../ledmac.zip - zip ../ledmac.zip $(PACKAGE) + rm -rf ledmac + mkdir ledmac + ln $(PACKAGE) ledmac + zip -r ../ledmac.zip ledmac clean: |