[Libreoffice-commits] .: odk/util

Sebastian Spaeth spaetz at kemper.freedesktop.org
Mon Nov 15 23:56:44 PST 2010


 odk/util/makefile.pmk |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit c2b1a5caeec4d0a7a13738544553e6983730a50e
Author: Sebastian Spaeth <Sebastian at SSpaeth.de>
Date:   Tue Nov 16 08:55:22 2010 +0100

    Remove references to converttags script
    
    The makefile sets three variables related to converttags, but they are
    never used. Also the converttagsscript is going away as it is useless.
    
    changes. Lines starting # with '#' will be ignored, and an empty
    message aborts the commit.  # On branch master # Changes to be
    committed: # (use "git reset HEAD <file>..." to unstage) # # modified:
    makefile.pmk #

diff --git a/odk/util/makefile.pmk b/odk/util/makefile.pmk
index 2578c78..b497977 100644
--- a/odk/util/makefile.pmk
+++ b/odk/util/makefile.pmk
@@ -64,10 +64,6 @@ IDLOUT=$(SOLARIDLDIR)
 XMLOUT=$(SOLARXMLDIR)
 LIBOUT=$(SOLARLIBDIR)
 
-CONVERTTAGSCRIPT=$(SOLARENV)/bin/converttags.pl
-CONVERTTAGFLAGNAME=converttags_html_files.flag
-CONVERTTAGFLAG = $(MISC)/$(CONVERTTAGFLAGNAME)
-
 MY_AUTODOC=$(AUGMENT_LIBRARY_PATH) $(WRAPCMD) $(SOLARBINDIR)/autodoc
 
 .IF "$(OS)"=="FREEBSD" || "$(OS)"=="NETBSD" || "$(OS)"=="MACOSX" || "$(OS)"=="AIX"


More information about the Libreoffice-commits mailing list