Added
[fw/sdcc] / doc / Makefile
index a715ec29bdee8e88c41799ef6912523d1bd0cd3d..72b79f61bd24486920837f4f97b8f25791156f53 100644 (file)
@@ -39,14 +39,4 @@ $(TSS).html: $(TSS).tex
        # the glossary, not implemented yet
        # makeindex -s l2hglo.ist -o $@ $<
 
-
-clean:
-       # remove intermediate file, not the final pdf's and html's
-       # because these are needed for the distribution
-       rm -rf *.tex *.aux *.dvi *.idx *.ilg *.ind *.log *.toc *~ \#* \
-               *.ps */*.css */*.pl *.gif core
-
-superclean:
-       $(MAKE) clean
-       # now get rid of the generated pdf's and html's as well
-       rm -rf *.pdf $(MANUAL).html $(TSS).html
\ No newline at end of file
+include clean.mk