Manage help indexes properly in makefile
This commit is contained in:
parent
63cad9d882
commit
d0dc83b60a
1 changed files with 6 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Generated automatically from Makefile.in by configure.
|
# Generated automatically from Makefile.in by configure.
|
||||||
# makefile for include/
|
# makefile for help/
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = foreign
|
||||||
|
|
||||||
prefix= @prefix@
|
prefix= @prefix@
|
||||||
exec_prefix= @execprefix@
|
exec_prefix= @execprefix@
|
||||||
|
@ -17,10 +17,12 @@ SYMLINKS= topic accept cmode admin names links away whowas \
|
||||||
|
|
||||||
all: index
|
all: index
|
||||||
build:
|
build:
|
||||||
clean:
|
|
||||||
depend:
|
depend:
|
||||||
lint:
|
lint:
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f users/index users/index.tmp opers/index opers/index.tmp
|
||||||
|
|
||||||
index:
|
index:
|
||||||
@echo building index files
|
@echo building index files
|
||||||
@rm -f users/index.tmp
|
@rm -f users/index.tmp
|
||||||
|
@ -59,7 +61,7 @@ index:
|
||||||
>> opers/index
|
>> opers/index
|
||||||
@rm -f opers/index.tmp
|
@rm -f opers/index.tmp
|
||||||
|
|
||||||
install:
|
install: index
|
||||||
-@if test -d $(DESTDIR)$(helpdir)-old; then \
|
-@if test -d $(DESTDIR)$(helpdir)-old; then \
|
||||||
rm -rf $(DESTDIR)$(helpdir)-old; \
|
rm -rf $(DESTDIR)$(helpdir)-old; \
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue