X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=doclib%2FSConscript;h=a16273141d9ca8b513a901e79939dc1d86b73b7b;hb=ae06fe86f16fdabb7ffb219d255444d2eb4f4f79;hp=3712380b6ffde80cbc6162892b78872cacbe3861;hpb=77a726fdfa20680c691ba528fdad979422ef829c;p=senf.git diff --git a/doclib/SConscript b/doclib/SConscript index 3712380..a162731 100644 --- a/doclib/SConscript +++ b/doclib/SConscript @@ -178,3 +178,14 @@ env.Alias('all_docs', env.Alias('all_docs', env.Command('search_paths.php', 'SConscript', writeTemplate, TEMPLATE = Literal(SEARCH_PATHS_PHP))) + +env.Alias('install_all', + env.Install( '$DOCINSTALLDIR/doclib', [ 'favicon.ico', + 'logo-head.png', + 'search.php', + 'search_functions.php', + 'search_paths.php', + 'senf.css' ] )) + +env.Clean('all', 'doxy-header.html') # I should not need this but I do ... +env.Clean('all_docs', 'doxy-header.html') # I should not need this but I do ...