ossp-pkg/xds/Makefile.in 1.16 -> 1.17
--- Makefile.in 2001/08/02 17:24:49 1.16
+++ Makefile.in 2001/08/07 11:16:19 1.17
@@ -41,13 +41,10 @@
$(AR) cr $@ $(OBJS)
$(RANLIB) $@
-xds.3: xds.pod
- pod2man --section=3 --center="XDS Library Programmer API " xds.pod >xds.3
-
clean::
@(cd regression-tests && $(MAKE) $@)
rm -f $(OBJS)
- rm -f libxds.a test.o test xds.3
+ rm -f libxds.a
distclean:: clean
@(cd regression-tests && $(MAKE) $@)
|
|