diff --git a/lib/Makefile.in b/lib/Makefile.in index bea63c0..7fa0ded 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -88,7 +88,6 @@ ltds: cp $(DTX.sty) $(DTX.cls) $(TDS.tex) $(TDSDIR.tex) cp $(DTX.sty.ltxml) $(DTX.cls.ltxml) $(TDSDIR.tex) || echo "omitting ltxml files" cp README $(DTX.pdf) $(EXAMPLE.tex) $(EXAMPLE.pdf) $(TDS.doc) $(TDSDIR.doc) - @echo "*********" @for d in $(TDS.exdirs); do cp -R $(TDS.exdirs) $(TDSDIR.doc); done lctan: @@ -96,3 +95,4 @@ lctan: cp $(DTX) $(TDS.src) $(DTX.sty) $(DTX.cls) $(TDS.tex) $(CTANDIR) cp $(DTX.sty.ltxml) $(DTX.cls.ltxml) $(CTANDIR) || echo "omitting ltxml files" cp README $(DTX.pdf) $(EXAMPLE.tex) $(EXAMPLE.pdf) $(TDS.doc) $(CTANDIR) + @for d in $(TDS.exdirs); do cp -R $(TDS.exdirs) $(TDSDIR.doc); done