X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=build%2FMaketop;h=23d1510adab80077441c93ca042bacb8c3fc6e6b;hb=b5b7b2641b00a18b53c48a1335846133f1d53168;hp=5981decfaad774618f3545c285875f65eb450fe3;hpb=e287e91134979093e6985c464a6a60ace4ec6e07;p=libucw.git diff --git a/build/Maketop b/build/Maketop index 5981decf..23d1510a 100644 --- a/build/Maketop +++ b/build/Maketop @@ -72,6 +72,9 @@ distclean:: clean testclean:: rm -f `find obj -name "*.test"` +docclean:: + rm -f $(DOCS) $(patsubst %.html,%.txt,$(DOCS)) + # Extra default rules (appended to by submakefiles) extras::