From: ian Date: Sun, 18 Apr 1999 18:19:45 +0000 (+0000) Subject: Bugfixing ... X-Git-Tag: debian_version_0_61_2~1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=userv.git;a=commitdiff_plain;h=61a43ade3bb537e0292e3ee20187ffbb9d45b73e Bugfixing ... --- diff --git a/Makefile.in b/Makefile.in index dde68ca..dfc8e1d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -46,7 +46,7 @@ docdir=$(prefix)/userv TARGETS= daemon client TARGETS_DOC_PS= spec.ps overview.ps -TARGETS_DOC= spec.html $(TARGETS_DOC_PS) +TARGETS_DOC= spec.html/index.html $(TARGETS_DOC_PS) SOURCES= Makefile.in configure.in acconfig.h \ client.c common.h \ @@ -66,7 +66,7 @@ install: all $(INSTALL_PROGRAM) -m 4755 client $(bindir)/userv $(INSTALL) -d -m 2755 $(etcsubdir) \ $(etcsubdir)/default.d $(etcsubdir)/services.d $(etcsubdir)/override.d - if test ! -f $(etcsubdir)/system.default; then + if test ! -f $(etcsubdir)/system.default; then \ $(INSTALL_DATA) system.default $(etcsubdir); fi if test ! -f $(etcsubdir)/system.override; then \ $(INSTALL_DATA) system.override $(etcsubdir); fi @@ -135,7 +135,7 @@ clean: | xargs -r rm rm -rf $(TARGETS) *.o rm -f overview.eps - rm -f spec.lout* spec.text* spec.ps?* spec.sgml.new spec.html/*.html + rm -f spec.lout* spec.text* spec.ps?* spec.sgml.new rm -f lout.li *.ld *.lix *.ldx rm -f userv-*.tar.gz vd/* @@ -143,7 +143,7 @@ distclean mostlyclean: clean rm -f config.status config.log Makefile config.h config.cache pcsum.h maintainer-clean: distclean - rm -rf $(GENSHIP_CLEAN) + rm -rf $(GENSHIP_CLEAN) spec.html/*.html dist-prep: $(GENSHIP) distclean