draining just to be sure for CTAN distribution
This commit is contained in:
parent
54d996b86d
commit
da3fdc9e8d
@ -32,7 +32,7 @@ MAKE = make
|
|||||||
# the filedates and the checksums. To get rid of all the junk we commit and
|
# the filedates and the checksums. To get rid of all the junk we commit and
|
||||||
# export a clean copy EXPORTED, on which we run the target ctanexp below,
|
# export a clean copy EXPORTED, on which we run the target ctanexp below,
|
||||||
# which generates a directory CTANDIR, which we zip and move into place.
|
# which generates a directory CTANDIR, which we zip and move into place.
|
||||||
ctan: all filedate checksum
|
ctan: #all filedate checksum
|
||||||
git commit -am'draining just to be sure for CTAN distribution'
|
git commit -am'draining just to be sure for CTAN distribution'
|
||||||
rm -Rf $(EXPORTED)
|
rm -Rf $(EXPORTED)
|
||||||
@echo "exporting a clean copy to $(EXPORTED)"
|
@echo "exporting a clean copy to $(EXPORTED)"
|
||||||
|
@ -88,7 +88,7 @@ ltds:
|
|||||||
cp $(DTX.sty) $(DTX.cls) $(TDS.tex) $(TDSDIR.tex)
|
cp $(DTX.sty) $(DTX.cls) $(TDS.tex) $(TDSDIR.tex)
|
||||||
cp $(DTX.sty.ltxml) $(DTX.cls.ltxml) $(TDSDIR.tex) || echo "omitting ltxml files"
|
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)
|
cp README $(DTX.pdf) $(EXAMPLE.tex) $(EXAMPLE.pdf) $(TDS.doc) $(TDSDIR.doc)
|
||||||
@if $(TDS.exdirs) then cp -R $(TDS.exdirs) $(TDSDIR.doc); fi
|
@ifneq ($(TDS.exdirs),"") then cp -R $(TDS.exdirs) $(TDSDIR.doc); fi
|
||||||
|
|
||||||
lctan:
|
lctan:
|
||||||
mkdir -p $(CTANDIR)
|
mkdir -p $(CTANDIR)
|
||||||
|
Loading…
Reference in New Issue
Block a user