/mandos/release

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

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Björn Påhlsson
  • Date: 2008-08-08 02:33:41 UTC
  • mto: (237.7.1 mandos) (24.1.154 mandos)
  • mto: This revision was merged to the branch mainline in revision 50.
  • Revision ID: belorn@braxen-20080808023341-34aft2vw4f35nzam
* 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 $@