diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2003-01-22 10:09:18 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2003-01-22 10:09:18 -0500 |
commit | 533c7482785176296637df81cd1a6318a0c29f97 (patch) | |
tree | e50cece290409516ee62f08c8912863f5f1ba80a /makefile.in | |
parent | 490d581c911f53008a7eaaed72b655cf40071b03 (diff) | |
download | lynx-snapshots-533c7482785176296637df81cd1a6318a0c29f97.tar.gz |
snapshot of project "lynx", label v2-8-5dev_13
Diffstat (limited to 'makefile.in')
-rw-r--r-- | makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/makefile.in b/makefile.in index e3e380bd..7f15cbb5 100644 --- a/makefile.in +++ b/makefile.in @@ -327,8 +327,9 @@ help_files.sed : makefile $(srcdir)/lynx_help/help_files.txt @ECHO_CC@if test -n "$(COMPRESS_EXT)"; then echo 's%\$(COMPRESS_EXT)\$(COMPRESS_EXT)%$(COMPRESS_EXT)%g' >> $@; fi @-rm -f help_files.tmp -install-help : help_files.sed $(HELPDIR) $(HELPDIR)/keystrokes - - (cd $(HELPDIR) && WD=`pwd` && HEAD=`echo $$WD|sed -e 's!/lynx_help$$!!'` && test $$WD != $$HEAD && rm -f * keystrokes/*) +install-help : help_files.sed $(HELPDIR) + - (cd $(HELPDIR) && WD=`pwd` && HEAD=`echo $$WD|sed -e 's!/lynx_help$$!!'` && test $$WD != $$HEAD && rm -fr *) + test -d $(HELPDIR)/keystrokes || mkdir $(HELPDIR)/keystrokes @LYNXCFG_MAKE@ @echo 'Making htmlized lynx.cfg' @LYNXCFG_MAKE@ cd src && make LYReadCFG.i @LYNXCFG_MAKE@ @-rm -f alphatoc.html body.html cattoc.html @@ -413,7 +414,6 @@ $(BINDIR) \ $(MANDIR) \ $(LIBDIR) \ $(HELPDIR) \ -$(HELPDIR)/keystrokes \ $(DOCDIR) : $(srcdir)/mkdirs.sh $@ etags: |