Changeset 99
- Timestamp:
- 27/05/08 10:25:26 (4 years ago)
- Location:
- ella-src
- Files:
-
- 2 modified
-
Makefile.in (modified) (2 diffs)
-
modules/Makefile.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ella-src/Makefile.in
r93 r99 50 50 dist: clean 51 51 svn2cl -i --group-by-day 52 cd .. && tar cz --exclude=.svn -f @PACKAGE_NAME@-@PACKAGE_VERSION@ .tar.gz ella-src/{etc,main,common,modules,AUTHORS,ChangeLog,COPYING,include,INSTALL,configure,Makefile.in,README,THANKS}52 cd .. && tar cz --exclude=.svn -f @PACKAGE_NAME@-@PACKAGE_VERSION@-`date +%Y%m%d`.tar.gz ella-src/{etc,main,common,modules,AUTHORS,ChangeLog,COPYING,include,INSTALL,configure,Makefile.in,README,THANKS} 53 53 $(RM) ChangeLog 54 54 … … 66 66 $(MAKE) -C modules uninstall 67 67 [ -d @sysconfdir@/ews ] && $(RM) -r @sysconfdir@/ews 68 [ -d @localstatedir@/run/ews ] ||$(RM) -r @localstatedir@/run/ews68 [ -d @localstatedir@/run/ews ] && $(RM) -r @localstatedir@/run/ews -
ella-src/modules/Makefile.in
r90 r99 27 27 28 28 uninstall: 29 [ -d @libdir@/ews/modules ] && $(RM) -r @libdir@/ews /modules29 [ -d @libdir@/ews/modules ] && $(RM) -r @libdir@/ews
