diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2010-09-01 13:01:03 +0200 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2010-09-01 13:01:03 +0200 |
commit | 073050f4527815a0825937bc0d398959dfb556ec (patch) | |
tree | 0b041f92ae2bda126b5160b6e56643c6a1397e58 /xmlhelp | |
parent | d8801bd75a2d1c620fb130b91393bdccc004c82f (diff) |
jl158: #i114008# pre-indexing of extension help
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/prj/d.lst | 1 | ||||
-rw-r--r-- | xmlhelp/util/makefile.mk | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/xmlhelp/prj/d.lst b/xmlhelp/prj/d.lst index 1cfa107f73b9..ec45189d3045 100644 --- a/xmlhelp/prj/d.lst +++ b/xmlhelp/prj/d.lst @@ -4,4 +4,5 @@ ..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.* ..\%__SRC%\class\*.jar %_DEST%\bin%_EXT%\*.* ..\util\ucpchelp.xml %_DEST%\xml%_EXT%\ucpchelp.xml +..\util\*.xsl %_DEST%\bin%_EXT%\*.* ..\%__SRC%\lib\ihelplinker.lib %_DEST%\lib%_EXT%\ihelplinker.lib diff --git a/xmlhelp/util/makefile.mk b/xmlhelp/util/makefile.mk index 10206670b5f8..66551f15bffc 100644 --- a/xmlhelp/util/makefile.mk +++ b/xmlhelp/util/makefile.mk @@ -74,5 +74,11 @@ DEF1NAME=$(SHL1TARGET) # --- Targets ---------------------------------------------------------- +ZIP1TARGET=helpxsl +ZIP1FLAGS= -u -r +#ZIP1DIR=$(PRJ)$/source$/auxiliary +ZIP1LIST=main_transform*.xsl idxcaption.xsl idxcontent.xsl + + .INCLUDE: target.mk |