/[gzz]/manuscripts/presentations/nortti03/Makefile
ViewVC logotype

Diff of /manuscripts/presentations/nortti03/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by humppake, Mon May 26 10:23:58 2003 UTC revision 1.2 by humppake, Mon May 26 23:29:24 2003 UTC
# Line 1  Line 1 
1    # $Id$
2    
3  NAVIDOC=../../../navidoc  NAVIDOC=../../../navidoc
4    
5  OPTS="--imagemap"  OPTS="--imagemap"
# Line 6  all: rst Line 8  all: rst
8    
9  rst:  rst:
10          # Jython decides time format based on LC_CTYPE          # Jython decides time format based on LC_CTYPE
11          echo Warning, overwrites Navidoc config.          # Warning, overwrites Navidoc config.
12          cp $(NAVIDOC)/config.py tmp          cp $(NAVIDOC)/config.py tmp
13          cp config.navidoc $(NAVIDOC)/config.py          cp config.navidoc $(NAVIDOC)/config.py
14          make -C $(NAVIDOC) html DBG=$(OPTS) RST=../manuscripts/presentations/nortti03/          make -C $(NAVIDOC) html DBG=$(OPTS) RST=../manuscripts/presentations/nortti03/
15          cp tmp $(NAVIDOC)/config.py          cp tmp $(NAVIDOC)/config.py
16          echo Navidoc config restored.          # Navidoc config restored.
17          rm tmp          rm tmp

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26