summaryrefslogtreecommitdiff
path: root/macros/xetex/latex/resumecls/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'macros/xetex/latex/resumecls/Makefile')
-rw-r--r--macros/xetex/latex/resumecls/Makefile15
1 files changed, 11 insertions, 4 deletions
diff --git a/macros/xetex/latex/resumecls/Makefile b/macros/xetex/latex/resumecls/Makefile
index ebb0955055..00d76be301 100644
--- a/macros/xetex/latex/resumecls/Makefile
+++ b/macros/xetex/latex/resumecls/Makefile
@@ -3,16 +3,16 @@
# | Author: huxuan
# | E-mail: i(at)huxuan.org
# | Created: 2012-12-18
-# | Last modified: 2013-03-17
+# | Last modified: 2020-04-16
# | Description:
# | Makefile for resumecls
# |
-# | Copyrgiht (c) 2012-2013 by huxuan. All rights reserved.
+# | Copyrgiht (c) 2012-2020 by huxuan. All rights reserved.
# +-----------------------------------------------------------------------------
PACKAGE=resumecls
-.PHONY: all cls doc clean distclean
+.PHONY: all cls doc clean distclean dist
all: doc
@@ -53,4 +53,11 @@ clean:
distclean: clean
-@rm -f \
- *.cls
+ *.cls \
+ *.pdf \
+ *.tar.gz
+
+dist: distclean cls doc
+ touch $(PACKAGE).tar.gz
+ tar zcvf $(PACKAGE).tar.gz *.pdf --exclude=$(PACKAGE).tar.gz \
+ --exclude-vcs --exclude-vcs-ignores .