[q-lang-cvs] qcalc Makefile,1.15,1.16
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2008-01-26 19:50:36
|
Update of /cvsroot/q-lang/qcalc In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24069 Modified Files: Makefile Log Message: add missing world.dat file in distribution Index: Makefile =================================================================== RCS file: /cvsroot/q-lang/qcalc/Makefile,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** Makefile 23 Jan 2008 06:02:20 -0000 1.15 --- Makefile 26 Jan 2008 19:50:31 -0000 1.16 *************** *** 6,10 **** # application name and version number: app = qcalc ! version = 1.1 dist = $(app)-$(version) --- 6,10 ---- # application name and version number: app = qcalc ! version = 1.2 dist = $(app)-$(version) *************** *** 16,20 **** PIXMAPS = pixmaps/qcalc.png pixmaps/flag.png pixmaps/1rightarrow.png pixmaps/1rightarrow-green.png pixmaps/locked.png pixmaps/unlocked.png pixmaps/floppybuddy.gif ! DISTFILES = Makefile COPYING README calclib.q $(app).desktop $(app).q *.ui $(PIXMAPS) doc/Makefile doc/*.html doc/*.png doc/*.xml doc/*.texi doc/texinfo.tex examples/*.qcalc examples/*.q all: --- 16,20 ---- PIXMAPS = pixmaps/qcalc.png pixmaps/flag.png pixmaps/1rightarrow.png pixmaps/1rightarrow-green.png pixmaps/locked.png pixmaps/unlocked.png pixmaps/floppybuddy.gif ! DISTFILES = Makefile COPYING README calclib.q $(app).desktop $(app).q *.ui $(PIXMAPS) doc/Makefile doc/*.html doc/*.png doc/*.xml doc/*.texi doc/texinfo.tex examples/*.qcalc examples/*.q examples/*.dat all: *************** *** 38,42 **** cp COPYING README *.ui "$(DESTDIR)$(appdir)" cp doc/*.html doc/*.png "$(DESTDIR)$(appdir)/doc" ! cp examples/*.qcalc examples/*.q "$(DESTDIR)$(appdir)/examples" cp $(PIXMAPS) "$(DESTDIR)$(appdir)/pixmaps" sed -e 's?#! -p/usr/local?#! -p$(prefix)?g' < "$(app).q" > "$(DESTDIR)$(appdir)/$(app).q" --- 38,42 ---- cp COPYING README *.ui "$(DESTDIR)$(appdir)" cp doc/*.html doc/*.png "$(DESTDIR)$(appdir)/doc" ! cp examples/*.qcalc examples/*.q examples/*.dat "$(DESTDIR)$(appdir)/examples" cp $(PIXMAPS) "$(DESTDIR)$(appdir)/pixmaps" sed -e 's?#! -p/usr/local?#! -p$(prefix)?g' < "$(app).q" > "$(DESTDIR)$(appdir)/$(app).q" |