mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-12 00:23:12 +00:00
generate MANIFEST before building
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2503 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
8088686779
commit
1c49d0f47a
1 changed files with 3 additions and 0 deletions
3
debian/rules
vendored
3
debian/rules
vendored
|
|
@ -16,6 +16,9 @@ HTMLDIR = $(ROOT)/var/www/lconline
|
|||
SHARE = $(ROOT)/usr/share/linkchecker
|
||||
ETC = $(ROOT)/etc
|
||||
|
||||
common-configure-arch::
|
||||
$(PYTHON) setup.py sdist --manifest-only
|
||||
|
||||
common-install-impl::
|
||||
# remove example files, we install them with dh_installexamples
|
||||
rm -r $(ROOT)/usr/share/linkchecker/examples
|
||||
|
|
|
|||
Loading…
Reference in a new issue