OSSP CVS Repository

ossp - Difference in ossp-pkg/uuid/Makefile.in versions 1.31 and 1.32
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/uuid/Makefile.in 1.31 -> 1.32

--- Makefile.in  2005/08/31 14:29:56     1.31
+++ Makefile.in  2005/08/31 20:07:29     1.32
@@ -69,7 +69,7 @@
 PRG_NAME    = uuid
 PRG_OBJS    = uuid_cli.o
 
-MAN_NAME    = uuid.3 uuid.1
+MAN_NAME    = uuid.3 uuid++.3 uuid.1
 
 PERL_NAME   = perl/blib/lib/OSSP/uuid.pm
 PERL_OBJS   = perl/uuid.pm
@@ -128,7 +128,7 @@
 uuid_cli.o: uuid_cli.c uuid.h
 uuid++.lo: uuid++.cc uuid++.hh
 
-man: uuid.3 uuid-config.1 uuid.1
+man: uuid.3 uuid++.3 uuid-config.1 uuid.1
 uuid.3: uuid.pod
         V1=`$(SHTOOL) version -l c -d short $(top_srcdir)/uuid_vers.h`; \
         V2=`$(SHTOOL) version -l c -d long $(top_srcdir)/uuid_vers.h`; \
@@ -137,6 +137,14 @@
                    --section=3 --center="Universally Unique Identifier" \
                    --release="$$D" --date="OSSP uuid $$V1" $(srcdir)/uuid.pod | \
         sed -e "s;UUID_VERSION_STR;$$V2;" >uuid.3
+uuid++.3: uuid++.pod
+        V1=`$(SHTOOL) version -l c -d short $(top_srcdir)/uuid_vers.h`; \
+        V2=`$(SHTOOL) version -l c -d long $(top_srcdir)/uuid_vers.h`; \
+        D=`$(SHTOOL) version -l c -d long $(top_srcdir)/uuid_vers.h | sed -e 's;.*(;;' -e 's;).*;;'`; \
+        $(POD2MAN) --quotes=none \
+                   --section=3 --center="Universally Unique Identifier" \
+                   --release="$$D" --date="OSSP uuid $$V1" $(srcdir)/uuid++.pod | \
+        sed -e "s;UUID_VERSION_STR;$$V2;" >uuid++.3
 uuid-config.1: uuid-config.pod
         V1=`$(SHTOOL) version -l c -d short $(top_srcdir)/uuid_vers.h`; \
         V2=`$(SHTOOL) version -l c -d long $(top_srcdir)/uuid_vers.h`; \
@@ -203,6 +211,10 @@
             $(SHTOOL) install -c -m 644 $(srcdir)/uuid++.hh $(DESTDIR)$(includedir)/; \
         fi
         $(SHTOOL) install -c -m 644 $(srcdir)/uuid.3 $(DESTDIR)$(mandir)/man3/
+        -@if [ ".$(WITH_CXX)" = .yes ]; then \
+            echo "$(SHTOOL) install -c -m 644 $(srcdir)/uuid++.3 $(DESTDIR)$(mandir)/man3/"; \
+            $(SHTOOL) install -c -m 644 $(srcdir)/uuid++.3 $(DESTDIR)$(mandir)/man3/; \
+        fi
         @$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libuuid.la $(DESTDIR)$(libdir)/
         -@if [ ".$(WITH_DCE)" = .yes ]; then \
             $(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libuuid_dce.la $(DESTDIR)$(libdir)/; \
@@ -227,6 +239,10 @@
             $(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(libdir)/libuuid++.la; \
         fi
         -$(RM) $(DESTDIR)$(mandir)/man3/uuid.3
+        -@if [ ".$(WITH_CXX)" = .yes ]; then \
+            echo "$(RM) $(DESTDIR)$(mandir)/man3/uuid++.3"; \
+            $(RM) $(DESTDIR)$(mandir)/man3/uuid++.3; \
+        fi
         -$(RM) $(DESTDIR)$(includedir)/uuid.h
         -@if [ ".$(WITH_DCE)" = .yes ]; then \
             echo "$(RM) $(DESTDIR)$(includedir)/uuid_dce.h"; \

CVSTrac 2.0.1