- got rid of the .PHONY: docs, because I didn't want it to
authorJohn Beppu <beppu@lbox.org>
Mon, 17 Apr 2000 04:41:15 +0000 (04:41 -0000)
committerJohn Beppu <beppu@lbox.org>
Mon, 17 Apr 2000 04:41:15 +0000 (04:41 -0000)
  generate the qw(man html txt) documentation every time I
  ran make.

  Unfortunately, "make docs" never amounts to anything, because
  make sees the docs/ directory and thinks, "oh, I don't have
  to do any work".  Maybe the target should be "doc" to make it
  different from "docs"?

Makefile

index 753c52f..77a0486 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -105,7 +105,6 @@ busybox: $(OBJECTS)
 busybox.links: busybox.def.h
        - ./busybox.mkll | sort >$@
 
-.PHONY: docs
 docs:  docs/busybox.pod
        $(MAKE) -C docs clean all