/[classpath]/classpath/doc/www.gnu.org/announce/Makefile
ViewVC logotype

Diff of /classpath/doc/www.gnu.org/announce/Makefile

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

revision 1.7 by cbj, Sat Oct 13 14:52:38 2001 UTC revision 1.8 by cbj, Wed Feb 26 02:52:00 2003 UTC
# Line 1  Line 1 
1  ifndef WMK  ifndef WMK
2    export WMK=wmk    export WMK=wmk
3  endif  endif
4    ifndef WML
5      export WML=wml
6    endif
7    
8  WML_SRC = $(wildcard *.wml)  WML_SRC = $(wildcard *.wml)
9  WML_EN_OBJS = $(patsubst %.wml,%.en.html,$(WML_SRC))  WML_EN_OBJS = $(patsubst %.wml,%.en.html,$(WML_SRC))
10    
11  %.en.html: %.wml ../include/macros.wml  %.en.html: %.wml ../include/macros.wml
12          $(WMK) -f $<          $(WML) -o $@ $<
13          -rm -f $(patsubst %.wml,%.html,$<)  #       -rm -f $(patsubst %.wml,%.html,$<)
14    
15  all : $(WML_EN_OBJS) subdirs  all : $(WML_EN_OBJS) subdirs
16    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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