OSSP CVS Repository

ossp - Difference in ossp-pkg/ex/Makefile.in versions 1.2 and 1.3
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/ex/Makefile.in 1.2 -> 1.3

--- Makefile.in  2002/01/31 20:48:05     1.2
+++ Makefile.in  2002/01/31 21:03:39     1.3
@@ -71,6 +71,7 @@
 $(TST_NAME): $(TST_OBJS) $(LIB_NAME)
         @$(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $(TST_NAME) $(TST_OBJS) $(LIB_NAME) $(LIBS)
 
+man: ex.3
 ex.3: ex.pod
         V1=`$(SHTOOL) version -l txt -d short VERSION`; \
         V2=`$(SHTOOL) version -l txt -d long VERSION`; \
@@ -88,17 +89,18 @@
         $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(bindir)
         $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(includedir)
         $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(libdir)
-        $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(mandir)
+        $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(mandir)/man3
         $(SHTOOL) install -c -m 755 ex-config $(DESTDIR)$(bindir)/
         $(SHTOOL) install -c -m 644 ex.h $(DESTDIR)$(includedir)/
-        @$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libex.la $(DESTDIR)$(libdir)/
         $(SHTOOL) install -c -m 644 ex.3 $(DESTDIR)$(mandir)/man3/
+        @$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libex.la $(DESTDIR)$(libdir)/
 
 uninstall:
-        -$(RM) $(DESTDIR)$(mandir)/man3/ex.3
         @$(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(libdir)/libex.la
+        -$(RM) $(DESTDIR)$(mandir)/man3/ex.3
         -$(RM) $(DESTDIR)$(includedir)/ex.h
         -$(RM) $(DESTDIR)$(bindir)/ex-config
+        -$(RMDIR) $(DESTDIR)$(mandir)/man3 >/dev/null 2>&1 || $(TRUE)
         -$(RMDIR) $(DESTDIR)$(mandir) >/dev/null 2>&1 || $(TRUE)
         -$(RMDIR) $(DESTDIR)$(libdir) >/dev/null 2>&1 || $(TRUE)
         -$(RMDIR) $(DESTDIR)$(includedir) >/dev/null 2>&1 || $(TRUE)

CVSTrac 2.0.1