Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3017)

Delta Between Two Patch Sets: tryton/Makefile.in

Issue 5003046: Add setup.py to medical module for task #11355 (Closed)
Left Patch Set: More readable version number Created 12 years, 6 months ago
Right Patch Set: Update to tip Created 12 years, 6 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | tryton/health/MANIFEST.in » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 prefix=@prefix@ 1 prefix=@prefix@
2 2
3 MANTARGET= "/usr/share/man/man1" 3 MANTARGET= "/usr/share/man/man1"
4 4
5 tryton_modules=@TRYTON_MODULES_PATH@ 5 tryton_modules=@TRYTON_MODULES_PATH@
6 6
7 install: 7 install:
8 cp -a health/ $(tryton_modules) 8 cp -a health/ $(tryton_modules)
9 cp -a health_* $(tryton_modules)· 9 cp -a health_* $(tryton_modules)·
10 10
11 install_man: 11 install_man:
12 install -m 644 health/man/gnuhealth.1 $(MANTARGET)· 12 install -m 644 health/man/gnuhealth.1 $(MANTARGET)·
13
14 update_version:
15 perl -p -i -e "s/'version'.*$$/'version': '`cat version`',/" */__tryton_ _.py
16
17 release:
18 for module in health*; do \
19 cd $(modules); \
20 python setup.py register sdist upload; \
21 done
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b