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

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

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

revision 1.11 by cbj, Tue Dec 17 22:58:32 2002 UTC revision 1.12 by cbj, Wed Feb 26 02:52:00 2003 UTC
# Line 3  SUBDIRS        := announce docs Line 3  SUBDIRS        := announce docs
3  ifndef WMK  ifndef WMK
4    export WMK=wmk    export WMK=wmk
5  endif  endif
6    ifndef WML
7      export WML=wml
8    endif
9    
10  WML_SRC = $(wildcard *.wml)  WML_SRC = $(wildcard *.wml)
11  WML_EN_OBJS = $(patsubst %.wml,%.en.html,$(WML_SRC))  WML_EN_OBJS = $(patsubst %.wml,%.en.html,$(WML_SRC))
# Line 11  WML_EN_OBJS = $(patsubst %.wml,%.en.html Line 14  WML_EN_OBJS = $(patsubst %.wml,%.en.html
14          cp ../$(notdir $(@)) docs          cp ../$(notdir $(@)) docs
15    
16  %.en.html: %.wml include/macros.wml  %.en.html: %.wml include/macros.wml
17          $(WMK) -f $<          $(WML) -o $@ $<
18          -rm -f $(patsubst %.wml,%.html,$<)  #       -rm -f $(patsubst %.wml,%.html,$<)
19    
20  all : $(WML_EN_OBJS) subdirs  all : $(WML_EN_OBJS) subdirs
21    

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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