chiark / gitweb /
Bugfixing ...
authorian <ian>
Sun, 18 Apr 1999 18:19:45 +0000 (18:19 +0000)
committerian <ian>
Sun, 18 Apr 1999 18:19:45 +0000 (18:19 +0000)
Makefile.in

index dde68cae937cdf6c703d1a5939e8a7610da4efc7..dfc8e1dfe9526636bdb91d169772dee093bd1e8f 100644 (file)
@@ -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