diff options
author | Martin Gallwey <mtg@openoffice.org> | 2001-05-08 12:50:42 +0000 |
---|---|---|
committer | Martin Gallwey <mtg@openoffice.org> | 2001-05-08 12:50:42 +0000 |
commit | 8a635dd03fc6064c8aade5c258603176bf7763c2 (patch) | |
tree | 4f65ba8791323596c298a3c9d6950ffe0ba5b1ad /package/prj | |
parent | 4d9cc334c51caf797dfea5512eac0289faa9ba9c (diff) |
only deliver the dtd from the manifest directory
Diffstat (limited to 'package/prj')
-rw-r--r-- | package/prj/d.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/prj/d.lst b/package/prj/d.lst index 0f1dc5c4c6a0..dc2a04e0056a 100644 --- a/package/prj/d.lst +++ b/package/prj/d.lst @@ -2,7 +2,7 @@ ..\%__SRC%\lib\ixo.lib %_DEST%\lib%_EXT%\ixo.lib ..\%__SRC%\bin\*.dll %_DEST%\bin%_EXT%\*.dll ..\%__SRC%\lib\*.so %_DEST%\lib%_EXT%\*.so -..\dtd\*.* %_DEST%\bin%_EXT%\*.* +..\dtd\*.dtd %_DEST%\bin%_EXT%\*.* ..\%__SRC%\lib\lib*static*.dylib %_DEST%\lib%_EXT%\lib*static*.dylib ..\%__SRC%\misc\*staticdatamembers.cxx %_DEST%\inc%_EXT%\*staticdatamembers.cxx |