diff options
| author | Eric Andersen <andersen@codepoet.org> | 2000-07-07 20:52:56 +0000 |
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 2000-07-07 20:52:56 +0000 |
| commit | a2c83d885e61e5479c1d35f8d54b2f7ea292e019 (patch) | |
| tree | d96d55bd155aef395443635375f6ace51a865fa5 | |
| parent | 03f9c81cec2af86c43a2a42ee8c15a7f55d4b8d6 (diff) | |
| download | busybox-a2c83d885e61e5479c1d35f8d54b2f7ea292e019.tar.gz | |
Fix a dependancy bug for the docs.
-Erik
| -rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -80,7 +80,6 @@ ifndef $(PREFIX) PREFIX = `pwd`/_install endif - OBJECTS = $(shell ./busybox.sh) busybox.o messages.o utility.o CFLAGS += -DBB_VER='"$(VERSION)"' CFLAGS += -DBB_BT='"$(BUILDTIME)"' @@ -125,10 +124,10 @@ docs/busybox.txt: docs/busybox.sgml docs/busybox.dvi: docs/busybox.sgml (cd docs; sgmltools -b dvi busybox.sgml) -docs/busybox.ps: docs/BusyBox.dvi +docs/busybox.ps: docs/busybox.sgml (cd docs; sgmltools -b ps busybox.sgml) -docs/busybox.pdf: docs/BusyBox.ps +docs/busybox.pdf: docs/busybox.ps (cd docs; ps2pdf busybox.ps) docs/busybox/busybox.html: docs/busybox.sgml |
