Changeset 9a36761 for auto/options


Ignore:
Timestamp:
06/10/09 19:55:47 (15 years ago)
Author:
Mateusz Hromada <ruanda@…>
Branches:
master
Children:
c7ecbc2
Parents:
b5884b3
git-author:
Mateusz Hromada <ruanda@…> (06/10/09 19:55:47)
git-committer:
Mateusz Hromada <ruanda@…> (06/10/09 19:55:47)
Message:

Migration to new build system.

  • documentation moved and checked
File:
1 edited

Legend:

Unmodified
Added
Removed
  • auto/options

    re4cec26 r9a36761  
    2525if [ -z "$CP" ];                then CP=$DEFAULT_CP;                                fi 
    2626if [ -z "$CHMOD" ];             then CHMOD=$DEFAULT_CHMOD;                          fi 
     27if [ -z "$MAKEINFO" ];          then MAKEINFO=$DEFAULT_MAKEINFO;                    fi 
     28if [ -z "$TEXI2DVI" ];          then TEXI2DVI=$DEFAULT_TEXI2DVI;                    fi 
     29if [ -z "$TEXI2PDF" ];          then TEXI2PDF=$DEFAULT_TEXI2PDF;                    fi 
     30if [ -z "$DVIPS" ];             then DVIPS=$DEFAULT_DVIPS;                          fi 
    2731 
    2832if [ -z "$CFLAGS" ];            then CFLAGS=$DEFAULT_CFLAGS;                        fi 
     
    8084    CP=*)               CP="$value"                               ;; 
    8185    CHMOD=*)            CHMOD="$value"                            ;; 
     86    MAKEINFO=*)         MAKEINFO="$value"                         ;; 
     87    TEXI2DVI=*)         TEXI2DVI="$value"                         ;; 
     88    TEXI2PDF=*)         TEXI2PDF="$value"                         ;; 
     89    DVIPS=*)            DVIPS="$value"                            ;; 
     90 
    8291 
    8392    CFLAGS=*)           CFLAGS="$value"                           ;; 
     
    136145  CP                    cp command 
    137146  CHMOD                 chmod command 
     147  MAKEINFO              makeinfo command 
     148  TEXI2DVI              texi2dvi command 
     149  TEXI2PDF              texi2pdf command 
     150  DVIPS                 dvips command 
     151 
    138152 
    139153  CFLAGS                C compiler flags 
Note: See TracChangeset for help on using the changeset viewer.