~ubuntu-branches/ubuntu/utopic/modules/utopic-proposed

« back to all changes in this revision

Viewing changes to modulefiles/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Alastair McKinstry
  • Date: 2013-01-26 15:04:02 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130126150402-cdm9yfareli3c3q2
Tags: 3.2.10-1
* New upstream release. Closes: #397906.
* Fix ksh completion patch. Thanks to Bastian Neuberger. Closes: #697685.
* Now at Standards-Version: 3.9.4
* Move to Debhelper dependency >=9.
* Add hardening, linking as-needed.
* Add watch file thanks to Bart Martens.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
###########################################################################
2
2
##
3
3
## File:        modulefiles/Makefile.am
4
 
## Versions:    $Id: Makefile.am,v 1.4.20.1 2010/11/11 18:23:19 rkowen Exp $
 
4
## Versions:    $Id: af42d2fb4a611eb35a5beb7537ff358503c5a2a4 $
5
5
## Created:     2002/06/14
6
6
##
7
7
###########################################################################
10
10
AUTOMAKE_OPTIONS=foreign no-installinfo
11
11
 
12
12
BASEMODULES= \
13
 
        dot module-cvs module-info modules null use.own
 
13
        dot module-git module-info modules null use.own
14
14
 
15
15
EXTRA_SCRIPTS= ${BASEMODULES} version
16
16
 
72
72
##dot : dot.in ../config.status
73
73
##      (cd ..; config.status modulefiles/dot)
74
74
##
75
 
##module-cvs : module-cvs.in ../config.status
76
 
##      (cd ..; config.status modulefiles/module-cvs)
 
75
##module-git : module-git.in ../config.status
 
76
##      (cd ..; config.status modulefiles/module-git)
77
77
##
78
78
##module-info : module-info.in ../config.status
79
79
##      (cd ..; config.status modulefiles/module-info)