X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=doc%2Fclean.mk;h=add9f7fa235a7f29f1171cd25e7dad8d0751fb69;hb=c42e9051755428d14eb620abc9eda86d43479a1a;hp=469bc7a36e008c18e38fab1fd98ae56092249ed9;hpb=5979bbd157a5f3cd8018aed666e4dd41a3e08edf;p=fw%2Fsdcc diff --git a/doc/clean.mk b/doc/clean.mk index 469bc7a3..add9f7fa 100644 --- a/doc/clean.mk +++ b/doc/clean.mk @@ -1,7 +1,5 @@ clean: -# The directories are still in Subversion, so don't delete them -# rm -rf $(MANUAL).html $(TSS).html - rm -rf $(MANUAL).html/* $(TSS).html/* $(CDB).html + rm -rf $(MANUAL).html $(TSS).html $(CDB).html rm -rf $(MANUAL).txt $(TSS).txt $(CDB).txt \ *.pdf *.tex *.aux *.dvi *.idx *.ilg *.out\ *.ind *.log *.toc *~ \#* *.ps */*.css */*.pl *.gif core *.glo @@ -10,6 +8,7 @@ clean: # Deleting all files created by configuring or building the program # ----------------------------------------------------------------- distclean: clean + rm -f Makefile # Like clean but some files may still exist # -----------------------------------------