summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@novell.com>2010-12-13 22:47:09 +0100
committerThorsten Behrens <tbehrens@novell.com>2010-12-13 23:08:58 +0100
commitc1030a6bf90f776b224ff4d180cf04dc72334e40 (patch)
tree84ccd5e16b0e2410221f118760401b74e6399325 /Makefile.in
parentAC_SUBST gperf (fdo#32195) (diff)
downloadcore-c1030a6bf90f776b224ff4d180cf04dc72334e40.tar.gz
core-c1030a6bf90f776b224ff4d180cf04dc72334e40.zip
Migrate id, tags, and docs make target over from build repo
* make id: create GNU idutils symbol lookup index * make tags: create ctags index file (c++, java, html) * make docs: create doxygen-style documentation below docs/
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index b7201057c28a..846c1943c85a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -46,3 +46,15 @@ check:
cd smoketestoo_native && \
export SAL_USE_VCLPLUGIN="svp" && \
build.pl -P@BUILD_NCPUS@ --all -- -P@BUILD_MAX_JOBS@
+
+id:
+ @. ./*[Ee]nv.[Ss]et.sh && \
+ create-ids
+
+tags:
+ @. ./*[Ee]nv.[Ss]et.sh && \
+ create-tags
+
+docs:
+ @. ./*[Ee]nv.[Ss]et.sh && \
+ mkdocs.sh $$SRC_ROOT/docs $$SOLARENV/inc/doxygen.cfg