all: recurse ulogd
+distrib:
+ @for d in $(SUBDIRS); do if ! make -C $$d distrib; then exit 1; fi; done
+ @make distclean
+
recurse:
@for d in $(SUBDIRS); do if ! make -C $$d; then exit 1; fi; done
distclean: clean
@for d in $(SUBDIRS); do if ! make -C $$d $@; then exit 1; fi; done
- rm -f Makefile config.cache config.log config.status Rules.make configure
+ rm -f Makefile config.cache config.log config.status Rules.make
install: all
@for d in $(SUBDIRS); do if ! make -C $$d $@; then exit 1; fi; done
#! /usr/bin/make
+# this file is shamelessly stolen from the iptables CVS tree
LANG_DIRS:=
HOWTO_FLAGS_it/=-c latin -l it
HOWTO_FLAGS_fr/=-c latin -l fr
-interesting_howtos: $(TXT_HOWTOS) $(PSA4_HOWTOS)
+user_calls_make:
+
+distrib: $(TXT_HOWTOS) $(PSA4_HOWTOS) $(HTML_HOWTOS)
HOWTOs: $(TXT_HOWTOS) $(HTML_HOWTOS) $(PSA4_HOWTOS) $(PSUS_HOWTOS)
@dvips -t letter -o $@ $<
%.html: %.sgml
- @echo Making $@: && cd `dirname $<` && sgml2html $(HOWTO_FLAGS_$(dir $<)) `basename $<` 2>&1 | sed "s?^<standard input>:\([0-9]*\):[^ ]* ?$<:\1:?"
+ @echo Making $@: && cd `dirname $<` && sgml2html -s 0 $(HOWTO_FLAGS_$(dir $<)) `basename $<` 2>&1 | sed "s?^<standard input>:\([0-9]*\):[^ ]* ?$<:\1:?"
clean:
- for d in . $(LANG_DIRS); do rm -f $$d/*.html $$d/*.ps $$d/*.aux $$d/*.log $$d/*.txt $$d/*~; done
+# for d in . $(LANG_DIRS); do rm -f $$d/*.html $$d/*.ps $$d/*.aux $$d/*.log $$d/*.txt $$d/*~; done
distclean:
rm -f Makefile