X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile.am;h=015a2b7370202f208f2e2eb66483de24eac51518;hb=61e63c3a4b1e3627ab185a40ee6eb62a95cea498;hp=a3c8a86d6daf2721c6ee8ed348e6684c3bbf2951;hpb=2fc7d45c0575dcbfe7bf5cf660034d99db1b983a;p=ctsim.git diff --git a/Makefile.am b/Makefile.am index a3c8a86..015a2b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,9 +16,14 @@ else EXTRA_DIRS3= endif -SUBDIRS=$(EXTRA_DIRS1) $(EXTRA_DIRS2) libctsupport libctsim man doc html cgi-bin include tools $(EXTRA_DIRS3) +SUBDIRS=man libctsupport libctsim html cgi-bin include $(EXTRA_DIRS1) $(EXTRA_DIRS2) $(EXTRA_DIRS3) tools helical + +EXTRA_DIST=acsite.m4 make.bat msvc/ctsim.dsw msvc/ctsimtext/ctsimtext.dsp msvc/libctsim/libctsim.dsp msvc/ctsim/ctsim.dsp + +install-data-hook: + test -d $(datadir) || mkdir -p $(datadir) && chmod 0755 $(datadir) + install -g root -o root -m 0644 docs/ctsim.htb $(datadir) -EXTRA_DIST=acsite.m4 make.bat