We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 802d88e commit b046693Copy full SHA for b046693
Makefile
@@ -4,7 +4,7 @@ doc: FORCE
4
PYTHONPATH=$(shell pwd)/lib find lib/advene -name '*.py' | xargs -n 500 epydoc -o doc/html -n Advene --inheritance=grouped
5
6
archive:
7
- tar -C .. --exclude=.github --exclude=mac --exclude=locale --exclude=lib/cherrypy --exclude=\*.pyc --exclude=build/ --exclude=.git --exclude=.svn --exclude=\*~ -cvzf ../$(name).tgz $(name)
+ git archive --prefix=$(name)/ --output=../$(name).tgz HEAD
8
9
FORCE:
10
0 commit comments