File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,25 +109,25 @@ install-htdocs:
109109 @test -d $(htdocs-srcdir ) && (cd $( htdocs-srcdir) && cp -rp * $( htdocsdir) )
110110 @test -d $(manualdir ) || $(MKINSTALLDIRS ) $(manualdir )
111111 @test -d $(top_srcdir ) /docs/manual && (cd $( top_srcdir) /docs/manual && cp -rp * $( manualdir) )
112- @test " x$( htdocsdir) " ! = " x" && cd $(htdocsdir ) && find . -name " CVS" -print | xargs rm -rf {} \;
112+ @test " x$( htdocsdir) " ! = " x" && cd $(htdocsdir ) && find . -name " CVS" -print | xargs rm -rf
113113
114114install-error :
115115 @echo Installing error documents
116116 @test -d $(errordir ) || $(MKINSTALLDIRS ) $(errordir )
117117 @cd $(top_srcdir ) /docs/error && cp -rp * $(errordir )
118- @test " x$( errordir) " ! = " x" && cd $(errordir ) && find . -name " CVS" -print | xargs rm -rf {} \;
118+ @test " x$( errordir) " ! = " x" && cd $(errordir ) && find . -name " CVS" -print | xargs rm -rf
119119
120120install-icons :
121121 @echo Installing icons
122122 @test -d $(iconsdir ) || $(MKINSTALLDIRS ) $(iconsdir )
123123 @cd $(top_srcdir ) /docs/icons && cp -rp * $(iconsdir )
124- @test " x$( iconsdir) " ! = " x" && cd $(iconsdir ) && find . -name " CVS" -print | xargs rm -rf {} \;
124+ @test " x$( iconsdir) " ! = " x" && cd $(iconsdir ) && find . -name " CVS" -print | xargs rm -rf
125125
126126install-cgi :
127127 @echo Installing CGIs
128128 @test -d $(cgidir ) || $(MKINSTALLDIRS ) $(cgidir )
129129 @cd $(top_srcdir ) /docs/cgi-examples && cp -rp * $(cgidir )
130- @test " x$( cgidir) " ! = " x" && cd $(cgidir ) && find . -name " CVS" -print | xargs rm -rf {} \;
130+ @test " x$( cgidir) " ! = " x" && cd $(cgidir ) && find . -name " CVS" -print | xargs rm -rf
131131
132132install-other :
133133 @test -d $(logfiledir ) || $(MKINSTALLDIRS ) $(logfiledir )
You can’t perform that action at this time.
0 commit comments