mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Moved some files into the doc/ subdirectory.
This commit is contained in:
parent
09623f066c
commit
f096570436
10 changed files with 8 additions and 8 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
include README.txt INSTALL.txt COPYING.txt TODO.txt UPGRADING.txt
|
include readme.txt doc/install.txt COPYING doc/todo.txt doc/upgrading.txt
|
||||||
include MANIFEST.in ChangeLog.txt
|
include MANIFEST.in doc/changelog.txt
|
||||||
include config/linkchecker-completion config/create.sql
|
include config/linkchecker-completion config/create.sql
|
||||||
include config/linkcheckerrc config/logging.conf config/pycheckrc
|
include config/linkcheckerrc config/logging.conf config/pycheckrc
|
||||||
include config/reindent.py config/linkchecker.apache2.conf install-rpm.sh
|
include config/reindent.py config/linkchecker.apache2.conf install-rpm.sh
|
||||||
|
|
|
||||||
6
Makefile
6
Makefile
|
|
@ -114,8 +114,8 @@ filescheck:
|
||||||
|
|
||||||
.PHONY: releasecheck
|
.PHONY: releasecheck
|
||||||
releasecheck: check
|
releasecheck: check
|
||||||
@if egrep -i "xx\.|xxxx|\.xx" ChangeLog.txt > /dev/null; then \
|
@if egrep -i "xx\.|xxxx|\.xx" doc/changelog.txt > /dev/null; then \
|
||||||
echo "Could not release: edit ChangeLog.txt release date"; false; \
|
echo "Could not release: edit doc/changelog.txt release date"; false; \
|
||||||
fi
|
fi
|
||||||
# $(MAKE) -C doc test
|
# $(MAKE) -C doc test
|
||||||
|
|
||||||
|
|
@ -156,7 +156,7 @@ diff:
|
||||||
|
|
||||||
.PHONY: changelog
|
.PHONY: changelog
|
||||||
changelog:
|
changelog:
|
||||||
sftrack_changelog linkchecker calvin@users.sourceforge.net ChangeLog.txt
|
sftrack_changelog linkchecker calvin@users.sourceforge.net doc/changelog.txt
|
||||||
|
|
||||||
.PHONY: gui
|
.PHONY: gui
|
||||||
gui:
|
gui:
|
||||||
|
|
|
||||||
4
debian/linkchecker.docs
vendored
4
debian/linkchecker.docs
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
debian/README.Debian
|
debian/README.Debian
|
||||||
TODO.txt
|
doc/todo.txt
|
||||||
UPGRADING.txt
|
doc/upgrading.txt
|
||||||
doc/html/index.html
|
doc/html/index.html
|
||||||
doc/html/logo64x64.png
|
doc/html/logo64x64.png
|
||||||
doc/html/*.css
|
doc/html/*.css
|
||||||
|
|
|
||||||
2
debian/rules
vendored
2
debian/rules
vendored
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
DEB_PYTHON_SYSTEM:=pycentral
|
DEB_PYTHON_SYSTEM:=pycentral
|
||||||
DEB_DH_INSTALLCHANGELOGS_ARGS:=ChangeLog.txt
|
DEB_DH_INSTALLCHANGELOGS_ARGS:=doc/changelog.txt
|
||||||
|
|
||||||
# workaround for Debian bug #486848
|
# workaround for Debian bug #486848
|
||||||
binary-arch binary-indep: install-arch install-indep
|
binary-arch binary-indep: install-arch install-indep
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue