more clean
[freeside.git] / Makefile
index 604b402..017f4a7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -315,7 +315,12 @@ install-rt:
 
 clean:
        rm -rf masondocs
-       cd FS; \
+       rm -rf httemplate/docs/man
+       rm -rf pod2htmi.tmp
+       rm -rf pod2htmd.tmp
+       -cd FS; \
+       make clean
+       -cd fs_selfservice/FS-SelfService; \
        make clean
 
 #these are probably only useful if you're me...