~ubuntu-branches/ubuntu/wily/afnix/wily

« back to all changes in this revision

Viewing changes to src/clt/axi/doc/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2011-03-16 21:31:18 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110316213118-gk4k3ez3e5d2huna
Tags: 2.0.0-1
* QA upload.
* New upstream release
* Debian source format is 3.0 (quilt)
* Fix debhelper-but-no-misc-depends
* Fix ancient-standards-version
* Fix package-contains-linda-override
* debhelper compatibility is 7
* Fix dh-clean-k-is-deprecated

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
# - the copyright holder be  liable for  any direct, indirect, incidental or -
12
12
# - special damages arising in any way out of the use of this software.      -
13
13
# ----------------------------------------------------------------------------
14
 
# - copyright (c) 1999-2007 amaury darsch                                    -
 
14
# - copyright (c) 1999-2011 amaury darsch                                    -
15
15
# ----------------------------------------------------------------------------
16
16
 
17
17
TOPDIR          = ../../../..
53
53
        @$(CP)    *.xml    $(DSTDIR)
54
54
.PHONY: distri
55
55
 
56
 
# rule: instdoc
 
56
# rule: publish
57
57
# this rule install the documentation
58
58
 
59
 
instdoc: doc
 
59
publish: doc
60
60
        @$(MKDIR) $(DOCDIR)
61
 
        @$(CP)    $(XHTMAN) $(DOCDIR)
 
61
        @$(CP)    $(XHTTRG) $(DOCDIR)/$(XHTMAN)
62
62
        @$(MKDIR) $(MANSEC)
63
 
        @$(CP)    $(MANMAN) $(MANSEC)
64
 
.PHONY: instdoc
 
63
        @$(CP)    $(MANTRG) $(MANSEC)/$(MANMAN)
 
64
.PHONY: publish
65
65
 
66
66
# rule: clean
67
67
# this rule clean the directory
68
68
 
69
69
clean::
70
 
        @$(RM) *.xht
71
 
        @$(RM) $(MANMAN)
 
70
        @$(RM) $(XHTTRG) $(MANTRG) $(TEXTRG)