Moved some files into the doc/ subdirectory.

This commit is contained in:
Bastian Kleineidam 2010-03-06 21:52:25 +01:00
parent 09623f066c
commit f096570436
10 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
include README.txt INSTALL.txt COPYING.txt TODO.txt UPGRADING.txt
include MANIFEST.in ChangeLog.txt
include readme.txt doc/install.txt COPYING doc/todo.txt doc/upgrading.txt
include MANIFEST.in doc/changelog.txt
include config/linkchecker-completion config/create.sql
include config/linkcheckerrc config/logging.conf config/pycheckrc
include config/reindent.py config/linkchecker.apache2.conf install-rpm.sh

View file

@ -114,8 +114,8 @@ filescheck:
.PHONY: releasecheck
releasecheck: check
@if egrep -i "xx\.|xxxx|\.xx" ChangeLog.txt > /dev/null; then \
echo "Could not release: edit ChangeLog.txt release date"; false; \
@if egrep -i "xx\.|xxxx|\.xx" doc/changelog.txt > /dev/null; then \
echo "Could not release: edit doc/changelog.txt release date"; false; \
fi
# $(MAKE) -C doc test
@ -156,7 +156,7 @@ diff:
.PHONY: changelog
changelog:
sftrack_changelog linkchecker calvin@users.sourceforge.net ChangeLog.txt
sftrack_changelog linkchecker calvin@users.sourceforge.net doc/changelog.txt
.PHONY: gui
gui:

View file

@ -1,6 +1,6 @@
debian/README.Debian
TODO.txt
UPGRADING.txt
doc/todo.txt
doc/upgrading.txt
doc/html/index.html
doc/html/logo64x64.png
doc/html/*.css

2
debian/rules vendored
View file

@ -1,7 +1,7 @@
#!/usr/bin/make -f
DEB_PYTHON_SYSTEM:=pycentral
DEB_DH_INSTALLCHANGELOGS_ARGS:=ChangeLog.txt
DEB_DH_INSTALLCHANGELOGS_ARGS:=doc/changelog.txt
# workaround for Debian bug #486848
binary-arch binary-indep: install-arch install-indep