draining just to be sure for CTAN distribution
This commit is contained in:
parent
d86764710e
commit
9fd322b3db
@ -16,8 +16,8 @@ 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)
|
||||||
find $(EXPORTED) -name ".svn" -type d -exec rm -Rf {} \;
|
cd $(EXPORTED); rm -Rf .git; rm .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) .
|
||||||
|
Loading…
Reference in New Issue
Block a user