Remove docs from source tree

This commit is contained in:
John Goerzen
2006-12-06 04:24:27 +01:00
parent 83dfc24c7d
commit d3184a97cb
11 changed files with 9 additions and 3714 deletions

View File

@ -1,4 +1,4 @@
# Copyright (C) 2002 - 2006 John Goerzen
# Copyright (C) 2002 John Goerzen
# <jgoerzen@complete.org>
#
# This program is free software; you can redistribute it and/or modify
@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
VERSION=4.0.16
VERSION=4.0.15
TARGZ=offlineimap_$(VERSION).tar.gz
SHELL=/bin/bash
@ -32,7 +32,7 @@ clean:
-rm -f manpage.links manpage.refs
-find . -name auth -exec rm -vf {}/password {}/username \;
doc: faq
doc:
docbook2man offlineimap.sgml
docbook2man offlineimap.sgml
docbook2html -u offlineimap.sgml
@ -42,9 +42,6 @@ doc: faq
groff -Tascii -man offlineimap.1 | sed $$'s/.\b//g' > manual.txt
-rm manpage.links manpage.refs manual.ps
faq:
curl -o FAQ.html http://software.complete.org/offlineimap/wiki/FrequentlyAskedQuestions
targz: ../$(TARGZ)
../$(TARGZ):
if ! pwd | grep -q "/offlineimap-$(VERSION)$$"; then \