draining just to be sure for CTAN distribution
This commit is contained in:
parent
9fd322b3db
commit
7fb0b1a8e1
@ -16,8 +16,9 @@ ctan: all filedate checksum
|
|||||||
git push
|
git push
|
||||||
rm -Rf $(EXPORTED)
|
rm -Rf $(EXPORTED)
|
||||||
@echo "exporting a clean copy to $(EXPORTED)"
|
@echo "exporting a clean copy to $(EXPORTED)"
|
||||||
# cd /tmp; git clone $(GITURI); mv LaTeX-proposal $(TDSCOLL)
|
cd /tmp; git clone $(GITURI); mv LaTeX-proposal $(TDSCOLL)
|
||||||
cd $(EXPORTED); rm -Rf .git; rm .gitignore
|
rm -Rf $(EXPORTED)/.git
|
||||||
|
rm $(EXPORTED)/.gitignore
|
||||||
cd $(EXPORTED); $(MAKE) -$(MAKEFLAGS) ctanext
|
cd $(EXPORTED); $(MAKE) -$(MAKEFLAGS) ctanext
|
||||||
@echo "zipping the result to $(TDSCOLL).ctan.zip"
|
@echo "zipping the result to $(TDSCOLL).ctan.zip"
|
||||||
cd $(CTANDIR); zip -r -q $(CTANZIP) .; cd -; cp $(CTANZIP) .
|
cd $(CTANDIR); zip -r -q $(CTANZIP) .; cd -; cp $(CTANZIP) .
|
||||||
@ -32,7 +33,7 @@ ctanext: tdsext
|
|||||||
cp $(TDSZIP) $(CTANDIR)
|
cp $(TDSZIP) $(CTANDIR)
|
||||||
@for d in $(DTXDIRS); do (cd $$d && $(MAKE) -$(MAKEFLAGS) lctan) done
|
@for d in $(DTXDIRS); do (cd $$d && $(MAKE) -$(MAKEFLAGS) lctan) done
|
||||||
@for d in $(SRCDIRS) $(DOCDIRS); do (cp -R $$d $(CTANDIR)) done;
|
@for d in $(SRCDIRS) $(DOCDIRS); do (cp -R $$d $(CTANDIR)) done;
|
||||||
cp $(TDSZIP) README Makefile $(CTANDIR)
|
cp $(TDSZIP) $(TDS.doc) Makefile $(CTANDIR)
|
||||||
rm -Rf $(TDSZIP)
|
rm -Rf $(TDSZIP)
|
||||||
|
|
||||||
# this target makes the file TDSZIP by creating and populating the directory
|
# this target makes the file TDSZIP by creating and populating the directory
|
||||||
|
Loading…
Reference in New Issue
Block a user