From 7973fb839b66f0040fe46f20bbcb4ff47d2b4086 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sat, 8 Mar 2008 17:05:41 +0100 Subject: [PATCH] Remove the Makefile and documentation build rules Since the way we built documentation was not nice, remove it instead. Users can read the documentation using pydoc itself. --- MANIFEST.in | 2 -- Makefile | 16 ---------------- README | 2 +- 3 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 Makefile diff --git a/MANIFEST.in b/MANIFEST.in index da6aa49..f654ff3 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,5 @@ include setup.cfg include README -include xattr.html -include xattr.txt include xattr.c include MANIFEST include NEWS diff --git a/Makefile b/Makefile deleted file mode 100644 index 2b8abe3..0000000 --- a/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -doc: xattr.txt xattr.html - -build/lib.linux-i686-2.3/xattr.so: xattr.c - ./setup.py build - -xattr.txt: build/lib.linux-i686-2.3/xattr.so - PYTHONPATH=build/lib.linux-i686-2.3 pydoc xattr > xattr.txt - -xattr.html: build/lib.linux-i686-2.3/xattr.so - PYTHONPATH=build/lib.linux-i686-2.3 pydoc -w xattr - -clean: - rm -f xattr.txt xattr.html - rm -rf build dist - -.PHONY: log clean diff --git a/README b/README index 33f49a4..ce6ae0c 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ This is the pyxattr module, a Python extension module which gives access to the extended attributes available in some operating systems. -For usage details, see xattr.txt or xattr.html. +For usage details, see the documentation of the module using pydoc. The project web page is http://pyxattr.sourceforge.net Author: Iustin Pop, -- 2.39.2