Check-in Number:
|
616 | |
Date: |
2001-Aug-07 16:42:03 (local)
2001-Aug-07 14:42:03 (UTC) |
User: | simons |
Branch: | |
Comment: |
Added docs target to build the manual. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/xds/Makefile.in 1.19 -> 1.20
--- Makefile.in 2001/08/07 14:23:53 1.19
+++ Makefile.in 2001/08/07 14:42:03 1.20
@@ -58,6 +58,9 @@
check: libxds.a
(cd regression-tests && $(MAKE) check)
+docs:
+ @(cd docs && $(MAKE))
+
# Dependencies
$(XDS_OBJS): internal.h xds.h
|
|