~ubuntu-branches/ubuntu/saucy/libnl3/saucy

« back to all changes in this revision

Viewing changes to doc/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Heiko Stuebner
  • Date: 2012-06-30 15:54:25 UTC
  • mfrom: (3.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20120630155425-6wx9v9q70vry53vg
Tags: 3.2.7-4
* Add watch file (Closes: #679473)
* Use dh-autoreconf to update the build system (Closes: 679474)

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
        images/icons/callouts/15.png
80
80
 
81
81
%.html: %.txt
82
 
        ./resolve-asciidoc-refs.py $< > asciidoc.tmp
 
82
        ../../../../doc/resolve-asciidoc-refs.py $< > asciidoc.tmp
83
83
        asciidoc $(ASCIIDOCOPTS) -o $@ asciidoc.tmp
84
 
        ./doxygen-link.py libnl.dict $@ > asciidoc.tmp
 
84
        ../../../../doc/doxygen-link.py libnl.dict $@ > asciidoc.tmp
85
85
        mv asciidoc.tmp $@
86
86
 
87
87
asciidoc: core.html route.html index.html
88
88
 
89
89
api_ref:
90
90
        doxygen Doxyfile;
91
 
        ./gen-tags.sh | ./tags2dict.sh > libnl.dict
 
91
        ../../../../doc/gen-tags.sh > libnl.dict
92
92
 
93
93
gendoc:
94
94
        $(MAKE) api_ref