1# GNUmakefile.postamble
2#
3# Postamble makefile for the WizardKit framework
4#
5# Copyright (c) 2006, by Saso Kiselkov
6#
7# For license details please see the file COPYING included with this
8# source distribution package.
9
10after-clean::
11	rm -rf Documentation
12
13after-distclean::
14	rm -fr Documentation
15