move @ symbol to first command
This commit is contained in:
@@ -62,10 +62,10 @@ PROJECTS = hcrypto hdb hx509 gssapi krb5 ntlm wind
|
||||
$(PROJECTS): doxygen
|
||||
|
||||
doxygen: hdb.dxy hx509.dxy hcrypto.dxy gssapi.dxy krb5.dxy ntlm.dxy wind.dxy
|
||||
find $(srcdir)/doxyout -type d ! -perm -200 -exec chmod u+w {} ';' ; \
|
||||
@find $(srcdir)/doxyout -type d ! -perm -200 -exec chmod u+w {} ';' ; \
|
||||
rm -rf $(srcdir)/doxyout ; \
|
||||
mkdir $(srcdir)/doxyout ; \
|
||||
@for a in $(PROJECTS) ; do \
|
||||
for a in $(PROJECTS) ; do \
|
||||
echo $$a ; \
|
||||
doxygen $$a.dxy; \
|
||||
(cd $(srcdir)/doxyout && find $$a/man -type f > $$a/manpages ) ; \
|
||||
|
Reference in New Issue
Block a user