diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-16 12:08:41 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-16 16:42:40 +0200 |
commit | 6eca8a647c79e9a5b100672b55f5d02273a28772 (patch) | |
tree | 5361b9007cace2dfdf95c55b009abdcaab1ad60e /build.sh | |
parent | ba283a252267e0365408db3d6b7cf410edccac1b (diff) |
Implement 'about' web page
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -34,8 +34,8 @@ cli --include-with-brackets --include-prefix brep --hxx-suffix "" \ echo "g++ libbrep-apache.so" s="package-search.cxx package-details.cxx package-version-details.cxx \ -module.cxx diagnostics.cxx page.cxx services.cxx options.cxx \ -shared-database.cxx \ +repository-details.cxx module.cxx diagnostics.cxx page.cxx services.cxx \ +options.cxx shared-database.cxx \ ../web/apache/request.cxx ../web/apache/service.cxx \ ../web/mime-url-encoding.cxx" |