summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMichael E Brown <michael_e_brown@dell.com>2007-10-08 15:32:36 -0500
committerMichael E Brown <michael_e_brown@dell.com>2007-10-08 15:32:36 -0500
commitc49b26dec9753b90221bb2be12a946fe406b7be4 (patch)
tree57ec185f021f46a92dd78fff70fd882bfe63068c /docs
parentc9e1967345a46bb330914ce6d657f03abc3ce432 (diff)
autotools updates.
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/Makefile b/docs/Makefile
deleted file mode 100644
index 0ebb642..0000000
--- a/docs/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-all:
- echo "Nothing to do"
-
-clean:
- rm -f *.pyc *.pyo *~
-
-distclean: clean
-
-install:
- mkdir -p $(DESTDIR)/usr/share/man/man1
- install -m 644 mock.1 $(DESTDIR)/usr/share/man/man1/mock.1
-