X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=Makefile.am;h=0d91a1ac2210ecab8253c76b942700e73e58aa6d;hp=bf03d3da635968b8d00446b5eb714f2498cc448f;hb=ee3b6b957bf6786bd0b4c15ce67c22381a8301fc;hpb=5efcf294a51fae2c2814a1f265ea8a818604c716 diff --git a/Makefile.am b/Makefile.am index bf03d3d..0d91a1a 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 config.h stamp-h1 +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)