X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=Makefile.am;h=00bdc4099be504aceb7da6f5693f746041517f12;hp=bf03d3da635968b8d00446b5eb714f2498cc448f;hb=9ac3b88884957e2c07bf365c2503c6c1fbeaa60e;hpb=5efcf294a51fae2c2814a1f265ea8a818604c716 diff --git a/Makefile.am b/Makefile.am index bf03d3d..00bdc40 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,11 @@ 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 -#install-data-hook: +CLEANFILES=docs/html/\* config.log 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)