diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-09 11:56:57 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-09 11:56:57 +0000 |
commit | a4c30e5dc3d5e5407237fc707267b52fa8b8f729 (patch) | |
tree | 1af68a4342287d91ac7b2dc6f7654ebc921ceef1 | |
parent | d2a9024c8c2be23d0d39eca2e6ec8d8cb813df44 (diff) |
INTEGRATION: CWS sb87 (1.12.18); FILE MERGED
2008/04/24 13:21:17 sb 1.12.18.2: RESYNC: (1.12-1.13); FILE MERGED
2008/04/24 11:39:27 sb 1.12.18.1: #i88687# added unoinfo executable
-rw-r--r-- | desktop/scripts/makefile.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/scripts/makefile.mk b/desktop/scripts/makefile.mk index 4c0287d0f911..ec28dfcd53ef 100644 --- a/desktop/scripts/makefile.mk +++ b/desktop/scripts/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # # This file is part of OpenOffice.org. # @@ -51,6 +51,7 @@ UNIXTEXT= \ $(MISC)$/sweb.sh \ $(MISC)$/swriter.sh \ $(MISC)$/mozwrapper.sh \ + $(MISC)$/unoinfo.sh \ $(MISC)$/unopkg.sh .INCLUDE : target.mk |