~ubuntu-branches/ubuntu/intrepid/net-snmp/intrepid-updates

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2006-11-28 12:29:34 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20061128122934-82xxzy2zcvypnvy7
Tags: 5.2.3-4ubuntu1
* Merge from debian unstable, remaining changes:
  - remove stop links from rc0 and rc6

Show diffs side-by-side

added added

removed removed

Lines of Context:
287
287
#
288
288
# Internal distribution packaging, etc.
289
289
#
290
 
version:
291
 
        @if test "x$(VERSION)" = "x"; then \
292
 
          echo "you need to supply a VERSION string."; \
293
 
          exit 2; \
294
 
        fi
295
 
        perl local/Version-Munge.pl -T $(VERSION) -M -V -D -C
296
 
 
297
290
tag:
298
291
        @if test "x$(VERSION)" = "x"; then \
299
292
          echo "you need to supply a VERSION string."; \
340
333
        @grep -n "\.c=" `find . -name "Makefile.*"` && exit 1
341
334
        @exit 1
342
335
 
343
 
dist: version tag tar
 
336
dist: tag tar
344
337
 
345
338
FAQ.html:
346
339
        local/FAQ2HTML FAQ