
ingvar at varnish-cache
Apr 24, 2012, 6:02 AM
Views: 56
Permalink
|
|
[master] c562b7c No need to keep the sphinx doc =build dir. If a user wants them, she can recreate them.
|
|
commit c562b7c46513204859fbe1816ce61eaf4ee39e06 Author: Ingvar Hagelund <ingvar [at] redpill-linpro> Date: Mon Apr 23 11:17:57 2012 +0200 No need to keep the sphinx doc =build dir. If a user wants them, she can recreate them. diff --git a/redhat/varnish.spec b/redhat/varnish.spec index a2d3ae9..091e15b 100644 --- a/redhat/varnish.spec +++ b/redhat/varnish.spec @@ -122,7 +122,9 @@ tail -n +11 etc/default.vcl >> redhat/default.vcl redhat/varnish.initrc redhat/varnishlog.initrc redhat/varnishncsa.initrc %endif -cp -r doc/sphinx/\=build/html doc +rm -rf doc/sphinx/\=build/html/_sources +mv doc/sphinx/\=build/html doc +rm -rf doc/sphinx/\=build %check # rhel5 on ppc64 is just too strange _______________________________________________ varnish-commit mailing list varnish-commit [at] varnish-cache https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit
|