Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Thursday, March 28, 2024

Diff for libcfg+/Makefile.in between version 1.31 and 1.32

version 1.31, 2002/05/30 14:53:37 version 1.32, 2002/05/31 21:35:17
Line 176  DISTFILES = AUTHOR COPYING README INSTAL
Line 176  DISTFILES = AUTHOR COPYING README INSTAL
   
 CVSTAG = $(PACKAGE)-$(subst .,_,$(VERSION))  CVSTAG = $(PACKAGE)-$(subst .,_,$(VERSION))
   
 all: makefiles configure-scripts $(MANS) all-subdirs  all: makefiles configure-scripts $(MANS) all-subdirs documentation
   
 makefiles: $(top_builddir)/Makefile \  makefiles: $(top_builddir)/Makefile \
         $(top_builddir)/src/Makefile \          $(top_builddir)/src/Makefile \
Line 489  archive:
Line 489  archive:
 documentation: doc/doxygen doc/html  documentation: doc/doxygen doc/html
   
 doc/doxygen: Doxyfile  doc/doxygen: Doxyfile
           # Original code (WRONG!). Remove it please.
           # @if [ "x$(DOXYGEN)" = "x@DOXYGEN@" ]; then
         rm -rf doc/doxygen/          rm -rf doc/doxygen/
         mkdir -p doc/doxygen/          mkdir -p doc/doxygen/
         @if [ "x$(DOXYGEN)" = "x@DOXYGEN@" ]; then \          @if [ "x$(DOXYGEN)" = "x" ]; then \
                 echo "Program doxygen seems to be not available, you are not able to build documentation."; \                  echo 'Program "doxygen" seems to be not available, developer documentation build skipped.'; \
         else \          else \
                 $(DOXYGEN) ;\                  $(DOXYGEN) ;\
         fi          fi

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top