diff options
author | Simo Sorce <idra@samba.org> | 2007-01-20 23:38:46 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:43:54 -0500 |
commit | dfb9407c963025f102f508d9c006f43fd67ff9aa (patch) | |
tree | 806845bd090c048cafb82f71adf0e5ce5dbb5074 /webapps/swat/Makefile | |
parent | 58110b8fd90c9261c7ae06e02253722b220e9e0c (diff) | |
download | samba-dfb9407c963025f102f508d9c006f43fd67ff9aa.tar.gz samba-dfb9407c963025f102f508d9c006f43fd67ff9aa.tar.bz2 samba-dfb9407c963025f102f508d9c006f43fd67ff9aa.zip |
r20926: Modify the classname as well
(This used to be commit 756935f41255a741c63ddf86b99730891bfba8d7)
Diffstat (limited to 'webapps/swat/Makefile')
-rw-r--r-- | webapps/swat/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/webapps/swat/Makefile b/webapps/swat/Makefile index c993dde825..c61f0a3287 100644 --- a/webapps/swat/Makefile +++ b/webapps/swat/Makefile @@ -70,6 +70,12 @@ build: info-build \ copy-build-files \ fix-build-rights +swat-only: \ + info-build \ + generate-script-build \ + copy-build-files \ + fix-build-rights + api: generate-api-build generate-api-data @echo @echo " CREATE COPY OF HTML FILE" |