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 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

View file

@ -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:

View file

@ -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
View file

@ -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