Revision: 5429 http://ipcop.svn.sourceforge.net/ipcop/?rev=5429&view=rev Author: owes Date: 2011-02-09 18:28:49 +0000 (Wed, 09 Feb 2011)
Log Message: ----------- Forgot to include en/Makefile in commit 5423 Modified Paths: -------------- IPCopDoc/trunk/en/Makefile Modified: IPCopDoc/trunk/en/Makefile =================================================================== --- IPCopDoc/trunk/en/Makefile 2011-02-09 18:26:34 UTC (rev 5428) +++ IPCopDoc/trunk/en/Makefile 2011-02-09 18:28:49 UTC (rev 5429) @@ -4,15 +4,15 @@ # Makefile for IPCopDoc/en - IPCop Firewall English Documentation Project # -SUBDIRS = install admin quickstart +MANUALS = install admin quickstart -.PHONY : subdirs $(SUBDIRS) all clean -all : subdirs +.PHONY : manuals $(MANUALS) all clean +all : manuals clean : - for i in $(SUBDIRS); do $(MAKE) -C $$i clean; done + for i in $(MANUALS); do $(MAKE) -C $$i clean; done -subdirs : $(SUBDIRS) +manuals : $(MANUALS) -$(SUBDIRS): - $(MAKE) -C $@ +$(MANUALS): + $(MAKE) MAN_LANG=$(MAN_LANG) MANUAL=$@ -C $@ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn