Build fr-doc when making rpm tarball (#932)

environments/ppa-mbqj77/deployments/1
Clément Oudot 9 years ago
parent 27048b1670
commit ac5519e90f
  1. 2
      Makefile

@ -732,7 +732,7 @@ dist: clean
@$(COMPRESS) lemonldap-ng-$(VERSION).$(COMPRESSSUFFIX) lemonldap-ng-$(VERSION)
@rm -rf lemonldap-ng-$(VERSION)
rpm-dist: clean
rpm-dist: clean fr-doc
@mkdir -p lemonldap-ng-$(VERSION)
@cp -pRH $$(find * -maxdepth 0|grep -v -e "\(lemonldap-ng-$(VERSION)\|debian\)") lemonldap-ng-$(VERSION)
@rm -rf $$(find lemonldap-ng-$(VERSION) -name .svn -print)

Loading…
Cancel
Save