ossp-pkg/xds/Makefile 1.4 -> 1.5
--- Makefile 2001/07/03 08:25:24 1.4
+++ Makefile 2001/07/03 11:15:39 1.5
@@ -23,7 +23,7 @@
$(CC) $(LDFLAGS) -o $@ test.o
xds.3: xds.pod
- pod2man --section=3 --center="XDS Library Programmer API " $< >$@
+ pod2man --section=3 --center="XDS Library Programmer API " xds.pod >xds.3
clean::
rm -f test.o test
|
|