summaryrefslogtreecommitdiffstats
path: root/odk/util
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2010-11-16 08:55:22 +0100
committerSebastian Spaeth <Sebastian@SSpaeth.de>2010-11-16 08:55:22 +0100
commitc9f70e417e1f2edc6992a2411ac7aa55c8a09722 (patch)
tree3df34a40d79ed2385c549af7672b1107c47fc02d /odk/util
parentMerge remote branch 'origin/libreoffice-3-3' (diff)
downloadcore-c9f70e417e1f2edc6992a2411ac7aa55c8a09722.tar.gz
core-c9f70e417e1f2edc6992a2411ac7aa55c8a09722.zip
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 #
Diffstat (limited to 'odk/util')
-rw-r--r--odk/util/makefile.pmk4
1 files changed, 0 insertions, 4 deletions
diff --git a/odk/util/makefile.pmk b/odk/util/makefile.pmk
index 2578c78382ee..b497977762d9 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"