X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile.am;h=b084ff7e9f33c2f130de8bac4537ca1666fde526;hb=10d03d5d559a3c2828481be8889967e4e75e15d7;hp=bf03d3da635968b8d00446b5eb714f2498cc448f;hpb=5efcf294a51fae2c2814a1f265ea8a818604c716;p=ctsim.git diff --git a/Makefile.am b/Makefile.am index bf03d3d..b084ff7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,6 +20,10 @@ SUBDIRS=man libctsupport libctsim html cgi-bin include $(EXTRA_DIRS1) $(EXTRA_D EXTRA_DIST=acsite.m4 make.bat msvc/ctsim.dsw msvc/ctsimtext/ctsimtext.dsp msvc/libctsim/libctsim.dsp msvc/ctsim/ctsim.dsp +CLEANFILES=docs/html/\* config.log config.status configure.in +clean-local: + rm -rf docs/html + #install-data-hook: # test -d $(datadir) || mkdir -p $(datadir) && chmod 0755 $(datadir) # install -g root -o root -m 0644 docs/ctsim.htb $(datadir)