You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeedu/kvoctrain/Makefile.am

21 lines
508 B

SUBDIRS = kvoctrain
EXTRA_DIST = AUTHORS kvoctrain.kdevprj
AUTOMAKE_OPTIONS = foreign
install-data-local:
clean_distdir:
-rm -rf $(distdir)
lsm : $(PACKAGE)/$(PACKAGE).lsm.tpl $(distdir).tar.bz2
let "_arclen=`ls -l -d -G $(distdir).tar.bz2 | cut -b23-32`/1000+1";\
sed $(PACKAGE)/$(PACKAGE).lsm.tpl >$(PACKAGE)-$(VERSION).lsm -e s/=VERSION=/$(VERSION)/g -e "s,=DATE=,`date +"%Y %B %d."`,g" -e "s,=ARCLEN=,$$_arclen,g"
cp $(PACKAGE)-$(VERSION).lsm $(PACKAGE).lsm
include ../admin/Doxyfile.am