From 90160fb59346318d955b46809f11568104d1aa5b Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Fri, 27 Dec 2002 19:43:12 +0000 Subject: [PATCH] Small makefile --- Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..25eb3ca --- /dev/null +++ b/Makefile @@ -0,0 +1,15 @@ +.PHONY: doc log + +doc: posix1e.txt posix1e.html +log: + rm -f ChangeLog + rcs2log -u 'iusty Iustin Pop iusty@k1024.org' > ChangeLog + +build/lib.linux-i686-2.2/posix1e.so: acl.c + ./setup.py build + +posix1e.txt: build/lib.linux-i686-2.2/posix1e.so + PYTHONPATH=build/lib.linux-i686-2.2 pydoc posix1e > posix1e.txt + +posix1e.html: build/lib.linux-i686-2.2/posix1e.so + PYTHONPATH=build/lib.linux-i686-2.2 pydoc -w posix1e -- 2.39.2