X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=Makefile;h=a800300f1853e7c34e08475dae8ed595b046afc0;hb=HEAD;hp=ef335b9e6af9f75d5b44d124162624f3afaca499;hpb=c03ed8e37e5664ba33ab246676cdf01ab0afc8ad;p=diogenes.git diff --git a/Makefile b/Makefile index ef335b9..a800300 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ # definitions -VERSION = 0.9.20 +VERSION = 0.9.22 PKG_DIST = diogenes-$(VERSION) LIB_DIST = libdiogenes-$(VERSION) PKG_FILES = AUTHORS ChangeLog COPYING README Makefile \ - cvs.pl + cvs.pl Doxyfile.in PKG_DIRS = config htdocs include locale po plugins scripts styles templates @@ -33,7 +33,7 @@ clean: # diogenes package targets -pkg-build: include/diogenes.globals.inc.php +pkg-build: include/diogenes.globals.inc.php Doxyfile make -C po pkg-dist: pkg-build @@ -42,7 +42,7 @@ pkg-dist: pkg-build cp -a $(PKG_FILES) $(PKG_DIST) for dir in `find $(PKG_DIRS) $(VCS_FILTER) -o -type d -print`; \ do \ - mkdir -p $(PKG_DIST)/$$dir; \ + mkdir -p $(PKG_DIST)/$$dir; \ find $$dir -maxdepth 1 -type f -exec cp {} $(PKG_DIST)/$$dir \; ; \ done tar czf $(PKG_DIST).tar.gz $(PKG_DIST)