/[gpg4kde]/trunk/doc/website/Makefile
ViewVC logotype

Diff of /trunk/doc/website/Makefile

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

revision 4 by jan, Tue May 27 17:56:56 2008 UTC revision 5 by jan, Tue May 27 18:00:27 2008 UTC
# Line 1  Line 1 
1  # Build html from m4 macrofiles  # Build html from m4 macrofiles
2  # $Id$  # $Id$
3  #  #
4  # (c)2005,2006 by Intevation GmbH  # (c)2005,2006,2008 by Intevation GmbH
5  # Author(s): Sascha Wilde  # Authors:
6    # Sascha Wilde <[email protected]>
7    # Jan-Oliver Wagner <[email protected]>
8  #  #
9  # This is Free Software licensed under the GPL  # This is Free Software licensed under the GPL
10    
# Line 11  PP = m4 Line 13  PP = m4
13  PPFLAGS = --prefix-builtins  PPFLAGS = --prefix-builtins
14    
15  # Build configuration  # Build configuration
16  TARGETS = $(patsubst %.htm4,%.html,$(wildcard *.htm4)) change-history.html change-history-de.html  TARGETS = $(patsubst %.htm4,%.html,$(wildcard *.htm4))
17  SUBDIRS =  SUBDIRS =
18    
19  # Installation configuration  # Installation configuration
# Line 39  subdirs: $(SUBDIRS) Line 41  subdirs: $(SUBDIRS)
41            $(MAKE) -C $$dir SUBDIRS="" ; \            $(MAKE) -C $$dir SUBDIRS="" ; \
42          done          done
43    
 change-history.htm4: build-history.awk NEWS.last  
         awk -f build-history.awk < NEWS.last > $@  
   
 change-history-de.htm4: build-history.awk NEWS.last  
         awk -f build-history.awk -v lang=de < NEWS.last > $@  
   
44  online: all  online: all
45          echo "Going to put current contents online for www.gpg4kde.org ..."          echo "Going to put current contents online for www.gpg4kde.org ..."
46          rsync -urvP --exclude='.svn' $(ADD_INST_TYPES) $(TARGETS) $(ADD_INST_DIRS) \          rsync -urvP --exclude='.svn' $(ADD_INST_TYPES) $(TARGETS) $(ADD_INST_DIRS) \

Legend:
Removed from v.4  
changed lines
  Added in v.5

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26