draining just to be sure for CTAN distribution
This commit is contained in:
parent
599cb93a96
commit
be008f079a
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,6 +1,7 @@
|
|||||||
all: package doc
|
all: package doc
|
||||||
|
|
||||||
package: $(DTX.sty) $(DTX.cls)
|
package: $(DTX.sty) $(DTX.cls)
|
||||||
|
|
||||||
doc: $(DTX.pdf) $(EXAMPLE.pdf)
|
doc: $(DTX.pdf) $(EXAMPLE.pdf)
|
||||||
|
|
||||||
$(EXAMPLE.pdf): %.pdf: %.tex $(DTX.sty) $(DTX.cls) $(IMG) $(EXAMPLE.deps)
|
$(EXAMPLE.pdf): %.pdf: %.tex $(DTX.sty) $(DTX.cls) $(IMG) $(EXAMPLE.deps)
|
||||||
@ -92,7 +93,6 @@ ltds:
|
|||||||
|
|
||||||
lctan:
|
lctan:
|
||||||
mkdir -p $(CTANDIR)
|
mkdir -p $(CTANDIR)
|
||||||
cp $(DTX) $(TDS.src) $(DTX.sty) $(DTX.cls) $(TDS.tex) $(CTANDIR)
|
cp $(DTX) $(TDS.src) $(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)
|
cp README $(DTX.pdf) $(EXAMPLE.tex) $(EXAMPLE.pdf) $(TDS.doc) $(CTANDIR)
|
||||||
@for d in $(TDS.exdirs); do cp -R $(TDS.exdirs) $(CTANDIR); done
|
@for d in $(TDS.exdirs); do cp -R $(TDS.exdirs) $(CTANDIR); done
|
||||||
|
Loading…
Reference in New Issue
Block a user