summaryrefslogtreecommitdiff
path: root/Makefile.shared
diff options
context:
space:
mode:
authorThorsten Behrens <thb@openoffice.org>2009-10-08 10:46:20 +0200
committerThorsten Behrens <thb@openoffice.org>2009-10-08 11:11:42 +0200
commit68ecaba6975ce441268164112ff7c34d0470b2a3 (patch)
tree54966182cf5063297e5eed88d998a183514970bb /Makefile.shared
parentac5766cd0fe4ef2bfd85168aea55330dea8d847e (diff)
Added docs target to help; reverted id precondition
* Makefile.shared:
Diffstat (limited to 'Makefile.shared')
-rw-r--r--Makefile.shared3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.shared b/Makefile.shared
index ad99db675..43922b661 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -119,7 +119,7 @@ smoketest: $(BUILDDIR)/install/program/ooenv
echo framework/required/f_topten.bas | $(OOBUILDDIR)/testautomation/tools/run_tests/run_tests.sh -p $(BUILDDIR)/install/basis*/program/testtool.bin
id : $(OOBUILDDIR)/ID
-$(OOBUILDDIR)/ID : $(STAMP_DIR)//build_prepared
+$(OOBUILDDIR)/ID : $(STAMP_DIR)/build
cd $(OOBUILDDIR); $(TOOLSDIR)/bin/create-ids
tags: $(OOBUILDDIR)/tags
@@ -150,6 +150,7 @@ help:
@echo " * dev-install: installs with links to the build tree"
@echo " * id: generates the GNU ID database"
@echo " * tags: generates the tags file"
+ @echo " * docs: generates (partial) doxygen src docs"
@echo " * gitignore: creates the default .gitignore file in the unpacked sources"
@echo " * smoketest: runs the automated tests"
@echo " * patch.apply: applies the patches to the sources"