X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=Makefile;h=6f1b6eabec4a4ed51b2489bc6adbedd39ab6ab29;hb=b6e8910e3b52d18305c0e9bbab68654bdff2959e;hp=56009e47a522c41a4d228e7ca982a0ccb2c6795a;hpb=7d7400eafcf18fddfd6df14b7d0a3a1700455ea7;p=diogenes.git diff --git a/Makefile b/Makefile index 56009e4..6f1b6ea 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ # definitions -VERSION = 0.9.20pre2 +VERSION = 0.9.21 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)