/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to Makefile

* clients.conf.xml: Renamed to "mandos-clients.conf.xml".

* Makefile (DOCBOOKTOMAN, DOCS): New
  (all): Include $(DOCS)
  (%.5: %.xml, %.8: %.xml, %.8mandos: %.xml): New.
  (clean): Also remove $(DOCS)

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
all: $(PROGS) $(DOCS)
22
22
 
23
23
%.5: %.xml
24
 
        cd $(shell dirname $^); $(DOCBOOKTOMAN) $(shell basename $^)
 
24
        $(DOCBOOKTOMAN) $^
25
25
 
26
26
%.8: %.xml
27
 
        cd $(shell dirname $^); $(DOCBOOKTOMAN) $(shell basename $^)
 
27
        $(DOCBOOKTOMAN) $^
28
28
 
29
29
%.8mandos: %.xml
30
 
        cd $(shell dirname $^); $(DOCBOOKTOMAN) $(shell basename $^)
 
30
        $(DOCBOOKTOMAN) $^
 
31
        -mv ./$(shell basename $@) $@ 2>/dev/null
31
32
 
32
33
mandos-client: mandos-client.o
33
34
        $(LINK.o) -lgnutls $(COMMON) $^ $(LOADLIBES) $(LDLIBS) -o $@